Forums

This topic is locked

"Insert Record" with multiple forms??

Posted 18 Oct 2001 17:48:37
1
has voted
18 Oct 2001 17:48:37 gordon knapp posted:
I have a Site where I would like visitors to add personal detail records to a database. I don't want there to be one large form to complete but 3 smaller forms on different pages. The visitor fills in one form then clicks next to go to the next form and then clicks on submit on the last form and record is added to the database.

I have tried just submitting the three forms (insert record) to a single table (no go). I then tried submitting the three forms to three separate tables (what a mess! you should see the results page).

Any ideas would be appreciated

Cheers
Gordon
www.webthang.co.uk

Replies

Replied 19 Oct 2001 09:24:45
19 Oct 2001 09:24:45 Viktor Farcic replied:
Pass values from one page/form to another using Hidden Fields. On last form use Insert Record server behavior to insert data.

<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
I have a Site where I would like visitors to add personal detail records to a database. I don't want there to be one large form to complete but 3 smaller forms on different pages. The visitor fills in one form then clicks next to go to the next form and then clicks on submit on the last form and record is added to the database.

I have tried just submitting the three forms (insert record) to a single table (no go). I then tried submitting the three forms to three separate tables (what a mess! you should see the results page).

Any ideas would be appreciated

Cheers
Gordon
www.webthang.co.uk


<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

Replied 19 Oct 2001 13:18:53
19 Oct 2001 13:18:53 gordon knapp replied:
Thank you.......
I have (in the words of an old Zulu I once knew) "Been looking far too deeply into a shallow pool".
Cheers
Gordon

Reply to this topic