Contact Form IF

It is a plugin that adds conditional branching to the required check of the Conact form 7.

Author:Satoshi Kaneyasu (profile at wordpress.org)
WordPress version required:5.3.2
WordPress version tested:5.8.1
Plugin version:1.0.1
Added to WordPress repository:01-09-2021
Last updated:24-10-2021
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:https://github.com/satoshi256kbyte/contact-fo...
Total downloads:436
plugin download
Click to start download
  • Contact Form 7 must be installed to run this plugin.
  • In the form created with Contact Form 7, you can add a condition to the required check of the item.
  • You can specify various conditions such as when an item has been entered or when it is equal to the specified value.

Docs

Available conditions

  • is null
  • not null
  • equal
  • not equal
  • greater than(>)
  • greater equal(>=)
  • less than(<)
  • less equal(<=)
  • in
  • not in

Example

This setting is required only when a certain item is 2 or more.
See the developer’s site for other use cases.
Docs

Form
<label>Text1</label>[text eq-1]
<label>Text2</label>[text eq-2]
<br>
[submit "Submit"]

Additional Settings
requireif-eq-2:eq-1,greater_equal,2,This item is required when "text 1" is 2 or more.


Screenshots