Adding Registration Form Fields in Yii2
Jul 17, 2024 · 1 min read · Step 1: Update the Database Add the new columns first_name and last_name to the users table in your database. Step 2: Update the Signup Form Model In frontend/models/SignupForm.php, add the new fields to the rules section to make them required: publi...
Join discussion