Hello,
By custom form do you refer to the Customized request forms extension ?
The latest version 2.2.0 adds this possibility of displaying fields based on conditions on other fields in the same form : get it from the hub !
👍
1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
Wooops almost 1 year later sorry, I forgot to answer this one.
For now there isn't anything standard to do this in the standard datamodel. We would love to implement this thought...
In the meantime, you can either add custom JS using extensibility plugins, or use the Customized request forms extension.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
Its possible change my opened FORM based in a field value?
Example:
FIELD NEEDED: ( )Type A ( ) Type B
IF SELECTED (Type A)
HIDE: Field X
SHOW Field Y
IF SELECTED (Type B)
HIDE: Field Y
SHOW Field X
And remove some AttributeEnum values based on another field AttributeEnum selected value?
Last edit: Thiago Arcanjo 2021-07-30
Hello,
By custom form do you refer to the Customized request forms extension ?
The latest version 2.2.0 adds this possibility of displaying fields based on conditions on other fields in the same form : get it from the hub !
No forms sorry. HTML element form.
For a custom class ADD/Modify for example.
Last edit: Thiago Arcanjo 2021-07-30
I don't understand
Please give more details on what you want to do
Maybe some sketches also ?
Example:
Add a new Person:
Field: Type of Person - ( ) Physical ( )Legal
If I select Physical:
SHOW Field: Identity Number
HIDE field: Corporate Name
If I select Legal:
SHOW field: Corporate Name
HIDE Field: Identity Number
It's more like how to use the js trigger for ONCHANGE VALUE in html form fields and change that form hidden/visible fields
Hello,
Wooops almost 1 year later sorry, I forgot to answer this one.
For now there isn't anything standard to do this in the standard datamodel. We would love to implement this thought...
In the meantime, you can either add custom JS using extensibility plugins, or use the Customized request forms extension.