In Progress Simplified conditional fields (set rules in form configurator)

The development of this suggesion is in progress.

eugenio

Administrator
Staff member
As you know, at the moment you can set conditional field rules (e.g. show field "State" only if field "Country" is "USA") using custom functions; you write rules in PHP so you don't have limits, rules can also be very complex.

In my experience, however, most of the times rules are very simple and are in the form show field X if field Y has value Z.

So, especially for non-coders but also for coders, an additional form config parameter where you can set such simple rules without coding could be useful. I am thinking to something like:
show only if ----> choose field from a menu ........... choose operator (= > < ... ) .......... choose value

What do you think? How complex are usually your rules?
 
Upvote 1
Top