Conditionally show a field
Posted: Thu Aug 19, 2021 9:44 pm
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.
{% if fielda == 'VISA' %}
show.textarea99
{% endif %}
But I'm not sure of the syntax / placement.