🎉 Use coupon MYXERO to enjoy 20% recurring discount on any plan. View Pricing
Conditional If/Then/Else Smart Tags for WPForms

Conditional If/Then/Else Smart Tags for WPForms

0/5 (0 ratings) 10 active installs Updated Jan 25, 2025

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.

Features

  • Add if/then/else conditions where smart tags can be used
  • Compare field values using exact match conditions

Example Usage

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}