Frank_Amsterdam
03-Jun-2006, 10:23 PM
Hello from Amsterdam, NL ;)
First of all, Russel, Great Job !!!
Let's see if I can explain what my question is;
Have a multiple page form (4pages) working very fine cause of Russell's SuperScript :cool: , error handling, HTMLmail template, all works great. On page #1 I ask for personal details. On page #2 I print (echo?) this data with the $formfieldname option so visitors know what they submitted and to see if it's all OK, so far so good.
On page #2 I have a few dropdown fields. As first option in these DDfields I show "Choose Here" and then the options (1 day, 2 days, 3 days ...) then when I print (echo?) these fields on page #3 it shows the option they selected, but also shows the "Choose Here" of all the other 'not-selected' fields.
Form looks like this:
Bike 1 Choose here (and then a number of days in a dropdown box)
Bike 2 Choose here (and then a number of days in a dropdown box)
Bike 3 Choose here (and then a number of days in a dropdown box)
and when I print the selected results in the next page (if you choose bike 2 for 2 days for example) it shows me 'Choose Here Bike 2 - 2 days Choose Here'
I do ask for all results printed, so on page three on the spot where it should show the selected bike, i ask for a print of $bike1 $bike2 $bike3 and I guess my error is somewhere in there :o , but could there also be a filter solution for this? Like telling the script to exclude,in this case, Choose Here from printing on the next page.
Hope someone knows what I should do to solve this
Take care Yall,
Greetings from Amsterdam :D
First of all, Russel, Great Job !!!
Let's see if I can explain what my question is;
Have a multiple page form (4pages) working very fine cause of Russell's SuperScript :cool: , error handling, HTMLmail template, all works great. On page #1 I ask for personal details. On page #2 I print (echo?) this data with the $formfieldname option so visitors know what they submitted and to see if it's all OK, so far so good.
On page #2 I have a few dropdown fields. As first option in these DDfields I show "Choose Here" and then the options (1 day, 2 days, 3 days ...) then when I print (echo?) these fields on page #3 it shows the option they selected, but also shows the "Choose Here" of all the other 'not-selected' fields.
Form looks like this:
Bike 1 Choose here (and then a number of days in a dropdown box)
Bike 2 Choose here (and then a number of days in a dropdown box)
Bike 3 Choose here (and then a number of days in a dropdown box)
and when I print the selected results in the next page (if you choose bike 2 for 2 days for example) it shows me 'Choose Here Bike 2 - 2 days Choose Here'
I do ask for all results printed, so on page three on the spot where it should show the selected bike, i ask for a print of $bike1 $bike2 $bike3 and I guess my error is somewhere in there :o , but could there also be a filter solution for this? Like telling the script to exclude,in this case, Choose Here from printing on the next page.
Hope someone knows what I should do to solve this
Take care Yall,
Greetings from Amsterdam :D