macacomoco Posted March 22, 2006 Share Posted March 22, 2006 Hi Could anyone tell me how to do the following, or if there is aMacromedia extension available to do this:I have a page with different items listed, each item has a 'make an enquiry' button. When the user clicks the button it will take them to a form with the first text field automatically being filled with the item name.At the moment this is done by creating a seperate form for each item and linking the enquiry button to that form. I would like it so that there is just one form and the item name is filled in dynamically. A quick example of what I want to do... [a href=\"http://www.einstellung.co.uk/form.html\" target=\"_blank\"]http://www.einstellung.co.uk/form.html[/a] Quote Link to comment Share on other sites More sharing options...
moberemk Posted March 22, 2006 Share Posted March 22, 2006 Just create a data binding in the application panel of Dreamweaver with a URL parameter identical to that of your form field's name. Bind the default text of the form field to that.As for your form on the first page, set it to GET. Quote Link to comment Share on other sites More sharing options...
macacomoco Posted March 22, 2006 Author Share Posted March 22, 2006 Thanks very much! I'm totally on the design side, so you wouldn't believe how long it took for me to get that to work. Got there in the end though :-) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.