Submit form in two parts (PHP, MySQL)
I don't even know if this is possible - my PHP knowledge is scant - but here goes:
I have a PHP form that submits data to a MySQL database. What I would like is to have the user complete the form, then click Submit, then be taken to a page where they enter their email address (for later varification) and for this information to be submitted with the original form.
Is this possible? Can I create hidden fields in a form that only appear after the form is submitted in the first instance? And how do I make sure that the email address that is collected is still linked to the initial form submission?
Any ideas gratefully received.