by maximum.software on WordPress.org
Adds a custom if-then-else smart tag syntax to conditionally show or hide content based on a field value in WPForms.
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}