Linux 软件免费装

Conditional If/Then/Else Smart Tags for WPForms

开发者 maximumsoftware
更新时间 2025年2月7日 03:20
捐献地址: 去捐款
WordPress版本: 6.7
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

forms wpforms conditional logic conditional fields smart tags

下载

1.0.0 1.0.1

详情介绍:

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 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}

安装:

  1. Upload the plugin files to the /wp-content/plugins/conditional-smart-tags-for-wpforms directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. Use the new if/then/else smart tags in your WPForms notifications and confirmations

常见问题:

How do I find a field's ID?

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.

Can I use multiple conditions?

Yes, you can use multiple if/then/else blocks. Just make sure to properly close each if block with {/if}.

Can I nest if/then/else blocks and other smart tags?

Yes, you can use nested if/then/else blocks and other smart tags.

更新日志:

1.0.1 1.0.0