Tell us what you are trying to do? I have two fields.
I am using the advanced form editor
<div class="col-md-6">[cred_field field="would-you-like-to-add-some-resort-stats" force_type="field" class="form-check-input" output="bootstrap"]</div>
<div class="col-md-6">[cred_show_group if="( $(would-you-like-to-add-some-resort-stats) eq '1' )" mode="fade-slide"]<div class="form-group"><label>Add the URL to your snow report</label> [cred_field field="snow-report" force_type="field" class="form-control" output="bootstrap"]</div>[/cred_show_group]</div>
In the first div is a check box, which if checked I would like to display the "snow-report" field in the second div.
Hello,
You can follow our document to setup the conditional codes:
https://toolset.com/documentation/programmer-reference/forms/cred-conditional-display-engine/
I am not sure how do you setup the custom field "would-you-like-to-add-some-resort-stats", is it a custom checkboxes field or checkbox field?
If you need more assistance for it, please provide a test site with the same problem, also point out the problem page URL and form URL, I can setup a demo for you, private message box enabled.
I can see the problem in your website, I have tried below codes:
[cred_show_group if="( $(would-you-like-to-add-some-resort-stats) eq '2' )" mode="fade-slide"]1234[/cred_show_group]
It does not work in your website, but it works in my localhost with a fresh WP installation + the same field "would-you-like-to-add-some-resort-stats" in a simple post form, see video capature:
hidden link
So the problem is abnormal, please check these:
1) In case it is a compatibility problem, please deactivate all other plugins, and switch to wordpress default theme 2020, deactivate all custom PHP/JS code snippets, and test again
2) Also check if there is any PHP/JS error in your website:
https://toolset.com/documentation/programmer-reference/debugging-sites-built-with-toolset/
3) If the problem still persists, please provide database dump file(ZIP file) of your website, you can put the package files in your own google drive disk, share the link only, I need to test and debug it in my localhost, thanks
https://toolset.com/faq/provide-supporters-copy-site/
My issue is resolved now. Thank you!