Use #if and #endif to conditionally include content in WS Form. In forms in WordPress, this lets you show or hide content when an expression evaluates to true or false.
These variables can be used in a variety of locations, including the Send Email action, Show Message action, conditional logic, and field mappings to external APIs.
You can compare values with operators such as equals, does not equal, less than, greater than, contains, starts with, and ends with. You can also combine multiple conditions with && and ||.