OK good, radio buttons.
You can use the gform_pre_submission_filter to change the confirmation message based on the selections they've made. I did something similar to that here, but it was using check boxes, and the download links for different PDFs were just added to the confirmation (so, you could have one, two or three links in the email.)
http://gravity.chrishajer.com/request-a-brochure/
The code for that is here:
http://pastebin.com/CwsM2FjF
The process will be to check the value of the radio button input, then use a switch/case or other type of logic to craft your autoResponder (which is what the user notification is called.)
Let us know if you need any help once you get into it.
Posted 13 years ago on Wednesday October 19, 2011 |
Permalink