Not working
-
Hi,
I can’t get this plugin to work. I’m trying to hide a field based on the selection of a radio button but nothing I’m changing is affecting how things are displaying. Regardless the field is displaying.
The form code I’m using is:
<p>How did we help you?<br />
[select* service “Court of Protection, Deputyship & Welfare” “Wills, Trusts, Probate & Power of Attorney” “Conveyancing” “Personal Injury” “Employment Law” “Debt Collection” “Equine Law” “Business & Commercial” “Professional Negligence” “Dispute Resolution” “PPI Claims” “Medical Negligence”] </p><p>What rating out of five would you give us?<br />
[radio starrating default:5 “1” “2” “3” “4” “5”] </p><p>Would you recommend us?<br />
[radio recommend “Yes” “No”] </p>[group recommendquote]
<p>HIDDEN?<br />
[textarea liked] </p>
[/group]<p>Are you happy for us to use your name and quote you for a testimonial?<br />
[radio testimonial default:1 “Yes” “No”] </p>
<p>your name<br />
[text name]</p>
<p>email address<br />
[email your-email]</p>
<p>[submit “Send”]</p>
[recaptcha]And the rule is:
if “recommend” equals Yes then show “recommendquote”Any help you can offer would be greatly appreciated!
Thanks,
Liam
The topic ‘Not working’ is closed to new replies.