Dan Ongudidanny254.hashnode.devยทJul 17, 2024Adding Registration Form Fields in Yii2Step 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...Registration FormAdd a thoughtful commentNo comments yetBe the first to start the conversation.