Adding custom css to a calculated value control


Badge +9

I think it must be easy to add css property display:none to a calculated value control but somehow I am not able to apply custom css to a control. Please suggest


2 replies

Userlevel 4
Badge +7

Hi Aditya

You can add an additional css class to the control settings as below:

Capture.PNG

Then you can apply your custom css in the Custom CSS section of the form settings:

Capture.PNG

Hope this helps

Paul

Badge +11

Hi,

Just to hide one field, create a rule such as:

condition: 1=1 > hide.

Reply