JS required/add a text box when clicking the boxes. I included an example on how it should look when entering text. Than

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

JS required/add a text box when clicking the boxes. I included an example on how it should look when entering text. Than

Post by answerhappygod »

JS required/add a text box when clicking the boxes. I includedan example on how it should look when entering text. Thank you
Js Required Add A Text Box When Clicking The Boxes I Included An Example On How It Should Look When Entering Text Than 1
Js Required Add A Text Box When Clicking The Boxes I Included An Example On How It Should Look When Entering Text Than 1 (157.68 KiB) Viewed 39 times
Js Required Add A Text Box When Clicking The Boxes I Included An Example On How It Should Look When Entering Text Than 2
Js Required Add A Text Box When Clicking The Boxes I Included An Example On How It Should Look When Entering Text Than 2 (64.63 KiB) Viewed 39 times
Js Required Add A Text Box When Clicking The Boxes I Included An Example On How It Should Look When Entering Text Than 3
Js Required Add A Text Box When Clicking The Boxes I Included An Example On How It Should Look When Entering Text Than 3 (38.49 KiB) Viewed 39 times
Js Required Add A Text Box When Clicking The Boxes I Included An Example On How It Should Look When Entering Text Than 4
Js Required Add A Text Box When Clicking The Boxes I Included An Example On How It Should Look When Entering Text Than 4 (63.76 KiB) Viewed 39 times
Form Validation ALL forms should be in <form> tags. If your form is built using <table> tags this needs to be removed. FORM VALIDATION DONE VIA HTML5 IS NOT ALLOWED UNLESS OTHERWISE STATED, LATER WE CAN ADD THEM IN TO SIMPLIFY THE VALIDATION. Students are required to add JavaScript to their registration form per the specifications below: registration.html - for guests to register accounts require the user to enter a username that begins with a character ([a-zA-Z]). require the user to enter a username that is 3 or more alphanumeric characters. require the user to enter a password that is 8 or more characters AND contains at least O O O oo O O 1 upper case letter AND 1 number and 1 of the following special characters (/* -+! @ # $ ^ & * ). require that the password and confirm password inputs are the same. require the user to enter an email that is valid. This one CAN BE done with the type attribute set to "email" require the user to select that they are 13+ years of age. ■ This one CAN BE done with the HTML attribute "required" require the user to select TOS and Privacy rules. This one CAN BE done with the HTML attribute "required" ■ ■ When implementing the above requirements think about what happens when these requirements are not met. Some of these requirements can be verified as the user types and some can be verified when the user clicks the submit button. These design choices I leave up to you. If the data is invalid the form SHOULD NOT BE submitted. If the data is valid, simply let the page refresh or show a message saying the form was submitted.
1 Email Password x Username Begins with a character x Username has at least 3 alphanumeric characters
Password Confirm Password Rules. Cancel X Has at least 8 characters X Has at least 1 Upper Case letter X Has at least 1 Number Case letter x Has at least 1 of the following: (/*-+!@#$^&*)
a123 [email protected] Test1234! Username Begins with a character Username has at least 3 alphanumeric characters
Testt1234! Confirm Password Rules. Cancel Has at least 8 characters Has at least 1 Upper Case letter Has at least 1 Number Case letter ✓ Has at least 1 of the following: (/*-+!@#$^&*)
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply