Hello
I'm trying to create a two part that would function like this:
-Form 1: enter email address, hit submit which would take you to form 2
-Form 2: email address field pre-populated with email from Form 1, fill out remaining fields, hit submit.
I can happily get that working, passing the email address via a query string to Form 2. BUT... I need to submit the email address in Form 1 into the DB, then add to this same DB entry any additional data from the fields in Form 2.
Is this possible? Any hints much appreciated,
Thanks
Dave