Conditional If/Then/Else Smart Tags for WPForms

Adds a custom if-then-else smart tag syntax to conditionally show or hide content based on a field value in WPForms.

Author:maximum.software (profile at wordpress.org)
WordPress version required:5.2
WordPress version tested:6.7.4
Plugin version:1.0.1
Added to WordPress repository:25-01-2025
Last updated:25-01-2025
Rating, %:0
Rated by:0
Plugin URI:https://wordpress.org/plugins/conditional-sma...
Total downloads:624
Active installs:10+
plugin download
Click to start download

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}

FAQ
ChangeLog