Conditional fields not showing
-
I have a page where I use conditional fields to show extra fields when selecting a certain selectbox.
It used to work without issue, but it suddenly stopped working.
I haven’t checked the page in a while, so I’m not certain from which point on it stopped working (automatic updates are on).I’ve checked for javascript errors, but there aren’t any.
I’ve tested with a new page and new form, but I get the same problem.
I’ve disabled all plugins except for cf7 and cf7 conditional fields, problem still remains.One thing I have noticed though is that the checkbox should be exclusive, but this also doesn’t seem to work anymore.
I’m not sure what else I can try to fix it.
The code in the form relating to the issue:
<label> Hoe wilt u de informatie ontvangen? * </label>
[checkbox* contact use_label_element exclusive “E-mail” “Per post”][/group]
[group mailgroup]
<label> E-mailadres*
[email* email] </label>
[/group]
[group naw]
<label> Adres*
[text* adres] </label>
<label> Postcode*
[text* postcode] </label>
<label> Woonplaats*
[text* plaats] </label>
[/group]The code for conditional fields:
show [mailgroup] if [contact] equals “E-mail”
show [naw] if [contact] equals “Per post”Edit: I’ve checked all 3 rules mentioned: all field names are unique, there are no js errors and wp_footer is loaded.
- This topic was modified 4 years, 6 months ago by .
- This topic was modified 4 years, 6 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Conditional fields not showing’ is closed to new replies.