What i'm trying to do is to create a CRED form that only displays certain fields based upon conditional output .... but the conditions are not field values in the form itself... but values of other posts based upon an post id...
What I would like to achieve is that when the value of '[types field="status" item="217263"][/types] equals 1 ... the CRED form will show form_group...
The conditional display using the cred_show_group shortcode in a Form is a browser-based solution that reacts to the value of a form input when it changes to update the visibility of whatever appears inside that shortcode.
Everything is present when the Form is rendered on the page. If a user changes one field, JavaScript shows or hides the conditional content.
Sorry for my delayed reponse... I was fully occupied to other projects...
I will try your suggestion again, but for what I do remember is that CRED FORMS do not fully render the wp-v-conditional statements ... That somehow the shortcodes are even being displayed in the form instead of processing them...
OK, let me know what you find, but I just worked on another thread where I proposed (after testing) a solution that uses wpv-conditional shortcodes and they worked as expected.
Hi Nigel,
Looks like I made a typo earlier before asking support... as indeed I used the same approach you suggested (and IO already tried 😉 ) ... and it does work flawlessly.