{if field_id="3" value="TestValue"} This message is shown ONLY if field #3 exactly matches "TestValue". {else} This message is shown otherwise. {/if}
/wp-content/plugins/conditional-smart-tags-for-wpforms
directory, or install the plugin through the WordPress plugins screen directly.The field ID can be found in the WPForms form builder. When editing a field, look for the "Field ID" in the field options panel on the left.
Yes, you can use multiple if/then/else blocks. Just make sure to properly close each if block with {/if}.
Yes, you can use nested if/then/else blocks and other smart tags.