23.01.2012
Category: Documentation Updates
Category: Documentation Updates
Use simple subparts to show fields or text only if a specific condition is true
A very important feature of Formhandler didn't find its way into the documentation until now:
###IF_[FIELDNAME]=[value]###
"IF subparts" can be used to show content only if a certain condition is true. You can use operators like =,>,<,^=,$= and more. Furthermore, you can use && and || to use more than a single condition at once.
Have a look here to read more and see some examples.