SharathchandarKsharathchandark.hashnode.dev·Dec 9, 2024Responsive Registration Form: The ultimate guide for beginners#Week 21 of 52 Weeks in JavaScript Projects Overview: Step into the world of web development with our latest tutorial on creating a Responsive Registration Form using HTML and CSS! We’ll walk you through the process of creating a user-friendly and ad...1 likeJavaScript
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 Form