navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

multiple form pages to submit to database

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> multiple form pages to submit to database
Page: [1]
 
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?

(in reply to ACEDISH)
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

(in reply to ACEDISH)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> multiple form pages to submit to database
Page: [1]
Jump to: 1





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