I tried searching, but I am not sure what exactly to search for. It's been a while since I've had to do this.
How do I format this conditional statement:
( ( $(wpcf-810-document-certification-status) gt '1' ) )
so that I can paste it into a Fields and Text block?
i.e.
[types field='fcb2b-join-date' style='text' format='F jS, Y'][/types]
Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Gordon,
Thank you for getting in touch. The correct format would be.
[wpv–conditional if="( $(wpcf-810-document-certification-status) gt '1' )"]This field has value "my value"[/wpv–conditional]
For more information on the conditional formatting you can take a look at our shortcodes documentation below.
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#vf-153493
Thanks,
Shane
Thank you ... that was exactly what I needed and thank you also for pointing me to the correct documentation page
My issue is resolved now. Thank you!