hello, i am looking to see if anyone can give some advice on a php form problem.
I have a website that has a basic php email form.
The layout is such.
The user clicks on various radio buttons, once they have made their choices they click a preview button, this preview brings in a hidden div that display their input and then proceeds to ask for additional input.
The problem is it’s basically two forms and since you can’t imbed two forms I don’t know a way of passing the preview values which are just divs into the form for email submission.
can anyone tell me what i can do from here