Gravity Forms doesn't let you change where a form is submitted. The easiest way to do this with no coding would be to use conditional logic. You could have images in HTML blocks remain hidden until an option is selected. So someone selects pink, and the pink image html block shows. You could use absolute positioning to stack transparent PNG's.
That would probably be the easiest way to do this. As for query strings, if you go to your form, click on the title and go to confirmation, you can see you can select Redirect. You can choose to redirect it to another page, or to the same page, and then check off Pass Field Data Via Query String. Then you can do your name={name:8} or whatever the field name is.
Posted 12 years ago on Tuesday July 10, 2012 |
Permalink