I have a multipage form I need to create.
Page 1 - check for login and if need be get logged in first
fld1 is text
fld2 is text
fld3 is radio buttons A, B, C, D - only 1 can be selected
if A or B go to page2_A
if C go to page2_C
if D go to page2_D
I want to hold the form data from Page1 so I can combine them with selections on Page 2 before posting all the information to the database.
Page 2_A - show the table associated with radio choice
if A - value in table added to the already existing array
if B - value in table *2 then added to already existing array
Page 3_C and D like "if A" just different tables
Is it possible to do this all in 1 form or do I really need to do it in 2 pages? All 4 tables I'm connecting to have exact same set up except data in flds.
A nudge would help. If I use a 2 page form, do I use Post in page 1 or Get? Or is it the other way around? I am confused, lol. Nothing new.
Thanks in advance,
Barb