How do I take the information from one form and populate into another?
For example I have a small form on my website with 4 drop down boxes. I would like to have the user select the info from the drop down boxes and when they submit the form they are redirected to the real form where the info they submitted in the previous form is already filled in but they must complete the rest of the form.
Also I don't want the 1st form to try and submit the2nd form resulting in warnings or errors because they have not yet completed required fields in the 2nd form.
Thanks!