To use checkbox as condition, do something like…
Form tag
[checkbox checkbox-1 "Show group data"]
In Conditional fields
if checkbox-1 equals Show group data then show/hide --Select group--
* Replace checkbox-1 and Show group data with the values you’ve provided in the Form tag.
This should do the trick.
-
This reply was modified 9 years, 8 months ago by
Dipak Gajjar.
-
This reply was modified 9 years, 8 months ago by
Dipak Gajjar.
-
This reply was modified 9 years, 8 months ago by
Dipak Gajjar.
-
This reply was modified 9 years, 8 months ago by
Dipak Gajjar.
Has anyone tried using a checkbox to conditionally show a group using this guide?
It doesn’t work for me, checking and unchecking the checkbox does nothing and the group is automatically hidden on page load.
[checkbox checkbox-1 "Show featured upload"]
[group featured-upload]
Featured Online Listing (500px wide x 275px height)
*File types accepted: png , jpg , jpeg , pdf
**Other files types must be emailed.
[file featured-online-ad filetypes:png|jpg|jpeg|pdf]
<hr />
[/group]
if [checkbox-1] equals "Show featured upload" then show [featured-upload]
This show/hide toggle works with checkbox, but not with acceptance.