Tell us what you are trying to do?
Insert conditional shortcode into a Fields and Text block
I found another forum post that says this should work. However when I try the shortcode does not work and instead displays the actual shortcode. Can you please confirm if conditional shortcode is suppose to work in Fields and Text block and if it does why is it displaying the actual shortcode instead of outputting it? And how can I fix this please? Thank you.
https://toolset.com/forums/topic/how-to-format-conditional-statements-inside-of-a-fields-and-text-block/
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#vf-153493
Hi there,
You need to add the conditional shortcode after some content inside the Fields and text block such as:
test [wpv-conditional if=" NOT ( empty( '[wpv-post-title ]') ) " ][/wpv-conditional]
That should work, but please consider that currently we have an issue that the single line fields do not show correctly in the Fields and text block which is reported to the development team.
Thanks.