Forums

This topic is locked

Passing on form variables

Posted 08 Jul 2002 11:32:33
1
has voted
08 Jul 2002 11:32:33 mark g posted:
When filling out a form and posting that form to a results page I want the fields that have been filled in to be carried over to the results page, so that the user doesn't have to fill the fields in again.

I am using PHP in Dreamweaver MX.

Thanks in advance

Edited by - hiposition on 08 Jul 2002 11:39:36

Replies

Replied 08 Jul 2002 12:30:16
08 Jul 2002 12:30:16 Julio Taylor replied:
you'll need to set your form method to GET, and then on the results page, you need to request the variables using the option located in the "Data Bindings" window.

You'll need too use the names of the fields in the previous form to request the variables.

hope it helps etc

------------------------
Poolio

MSN:

www.eliziumdesign.com

Reply to this topic