Actions
Feature proposal #3882
closedCondition based off get/post/request variables
Description
Would be neat to be able to condition from _GET, _POST, or _REQUEST variables instead of just fields (add option to dropdown?). So you could for example have a different registration page based off the URL.
Updated by krileon almost 12 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
This only works for conditional SELF and Tab conditionals. When selecting a Field scroll to the bottom and under "Custom" select "Value". This will let you supply a custom substitution supported value to check against. Example usage as follows.
Field: Value
Value: [get_profile]
Operator: Equal To
Value: teacher
Mode: hide
Actions