Conditionally show a field

This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.

Note that these questions will generally not be answered by the administrators of this forum.
Post Reply
JohnR
 
 
Posts: 62
Joined: Sat Mar 03, 2018 11:44 pm

Conditionally show a field

Post by JohnR »

I'd like to conditionally show a field based on the content of another field. I'm guessing I'll need something like:
{% if fielda == 'VISA' %}
show.textarea99
{% endif %}
But I'm not sure of the syntax / placement.
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Conditionally show a field

Post by Pablo »

I cannot help you with programming related questions.

But maybe you can use 'Conditions' instead?
https://wysiwygwebbuilder.com/conditions.html
Post Reply