Hi guys,
I would like to make a simple feedback form using out of the box Squiz goodness.
There are 3 questions,
- A field for the users feedback
- A YES/NO option list for “Please contact me with a response”.
- If YES is selected, the third question will show requesting an e-mail address. If NO is selected this question will not show.
The e-mail address is a required entry, but not if NO is selected.
Can anyone recommend the best way to do this? I would like to avoid JS so we can modify this in the future without bothering our busy web devs.
Thanks for your help!