{ "key_pair_value_system": true, "answer_rating_count": "", "question_feedback_html": { "html_star": "", "html_star_feedback": "" }, "answer_average_rating_value": "", "answer_date_js": "2024-09-08T04:05:36-04:00", "answer_date": "2024-09-08 04:05:36", "is_docs_available": null, "is_excel_available": null, "is_pdf_available": null, "count_file_available": 0, "main_page": "student_question_view", "question_id": "9598152", "url": "\/study-help\/questions\/i-have-the-error-code-working-just-fine-but-i-9598152", "question_creation_date_js": "2024-09-08T04:05:36-04:00", "question_creation_date": "Sep 08, 2024 04:05 AM", "meta_title": "[Solved] *I have the error code working just fine | SolutionInn", "meta_description": "Answer of - *I have the error code working just fine but I am struggling on the js file. I can send the the other pages if needed | SolutionInn", "meta_keywords": "*,error,code,working,fine,struggling,js,file,send,pages,needed,registrationhtml", "question_title_h1": "*I have the error code working just fine but I am struggling on the js file. I can send the the other pages if needed", "question_title": "*I have the error code working just fine but I am struggling", "question_title_for_js_snippet": " I have the error code working just fine but I am struggling on the js file I can send the the other pages if needed Use the registration html file to add functionality to the form found on the page The JavaScript that you write should validate each field and display appropriate error messages (if errors are made) that direct the user to complete the form properly Once the form is completed, your script should open the confirmation page (confirmation php) Note The input fields in the form with an are required fields Make sure to do the following Write JavaScript that defines that a field is required and generates an appropriate error message if the field has not been completed Write JavaScript to validate all input fields per the formatting definitions that the field values should be checked against (found in the overview) after each field Write JavaScript that displays an appropriate error correction message (next to the field) in the event a form entry error has been made Write a JavaScript that will default the user's cursor to the first erroneous input field in the event that there is an input error Create a submit button that executes the validation when submitted Once completed, view your pages in each of your two selected Web browsers to see if the content renders appropriately and consistently within each Next, verify that your code is error free using the appropriate browser specific development tool found in the Resources Take a screen capture of each of your validation results and save it for submission Here are my html pages I cannot get my javascript to work with this REGISTRATION html Invitation Page CapellaVolunteers org Home Invitation Gallery Registration Username Password Verify your Password First Name Last Name Email Phone Number Sign up for newsletter Yes No This events site is for IT FP3215 tasks ", "question_description": "

*I have the error code working just fine but I am struggling on the js file. I can send the the other pages if needed<\/strong><\/p>

Use the registration.html file to add functionality to the form found on the page. The JavaScript that you write should validate each field and display appropriate error messages (if errors are made) that direct the user to complete the form properly. Once the form is completed, your script should open the confirmation page (confirmation.php).<\/p>

Note:<\/strong> The input fields in the form with an *<\/strong> are required fields.<\/p>

Make sure to do the following:<\/p>