|
| |
|
|
ACEDISH
Posts: 176 Joined: 9/30/2002 From: Manassas, Virginia Status: offline
|
multiple form pages to submit to database - 9/30/2002 1:53:46
Can anyone tell me a simple way to compile information from 2 or 3 seperate forms to my database? I tried creating forms in FP and choosing the POST method and posting to the next form until the last page where I tried requesting the form information but no luck. I am submitting the data to access and the reason i am breaking it up is too much data and the form runs on.... Thanks ACE
|
|
|
|
Cookie
Posts: 297 Joined: 2/7/2002 From: UK Status: offline
|
RE: multiple form pages to submit to database - 10/1/2002 6:01:51
How about posting to the next form and having the fields as hidden. example. FORM 1 Name (TEXT FIELD) Age (TEXT FIELD) DOB (TEXT FIELD) Post to form 2 FORM 2 Address1 (TEXT FIELD) Address2 (TEXT FIELD) City (TEXT FIELD) Name (HIDDEN) <input type=" hidden" name=" Name" value=" <%=request.form(" Name" )%>" > Age (HIDDEN) <input type=" hidden" name=" Name" value=" <%=request.form(" Age" )%>" > DOB (HIDDEN) <input type=" hidden" name=" Name" value=" <%=request.form(" DOB" )%>" > Post all data to form 3 and then do it all again requesting all fields including the hidden ones. Hope this is what you mean?
|
|
|
|
ACEDISH
Posts: 176 Joined: 9/30/2002 From: Manassas, Virginia Status: offline
|
RE: multiple form pages to submit to database - 10/1/2002 9:45:39
Thats it works great! Thanks Cookie
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|