Conditional If/Then/Else Smart Tags for WPForms enhances your form by adding conditional logic capabilities through smart tags. This plugin allows you to display different content based on form field values.
Use this syntax in your WPForms notifications or confirmations:
{if field_id="3" value="TestValue"}
This message is shown ONLY if field #3 exactly matches "TestValue".
{else}
This message is shown otherwise.
{/if}