Select
Select inputs are used for when you want to give the user options to choose from.
Template Editor


Email Editor

Last updated
Select inputs are used for when you want to give the user options to choose from.



Last updated
{% if my_input_group_name.my_background_color == 'red' %}
<td style="background-color: red">
{% else %}
<td style="background-color: green">
{% endif %}