Question: I need to Create and integrate a script on the registration.html page that stores the input field data into hidden fields to be used in
I need to Create and integrate a script on the registration.html page that stores the input field data into hidden fields to be used in the interests.html page once the submit button is pressed. Create an interests.html page with a form that has the fields listed above. This interests.html page will read in the input from the query string data from the registration.html page and store them into hidden input fields. Write a script that runs in response to the submit event, from the interests.html page, that saves the input from both pages to a series of cookies to store each input, and opens a third page called confirm.html that reads and displays information from all the fields. I have the registration page and it stores cookies and opens the interests page no problem, once I fill out the interests page and hit submit I can not get the submit function to open the confirmation page and display the cookies data.
this is what I have for the js
And for the interest pay I have
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
