Question
Modify the registration.html page created in the prior assessment to send a query (that has all input field information from that form) to a second
Modify the "registration.html" page created in the prior assessment to send a query (that has all input field information from that form) to a second page (interests.html (created by you)). The information should be stored in hidden input fields (in the interests.html page) using the same field id/name. The interests page should ask the user to enter the following in optional fields:
- Interests (list at least three using a checkbox).
- Newsletter sign up (radio box with a yes/no option).
- Comments (free form text area).
- Referred by (text field).
When the user presses submit, all of the input fields from this form and the registration.html form, will be saved into a cookie. The user should then be forwarded to a third page (confirm.php (created by you)) to read the cookie information and display it in a name/value pair using JavaScript.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started