In the CSS and Javascript section of your form you can add any CSS and Javascript custom scripts for your form in order to customize it.
In the CSS area you can type any styles that you wish to use when creating and customizing your form. Just remember that the tags are mandatory for the styles to be taken into consideration. A small CSS style example would be the following:
It can be used if you are using the Inline layout in order to write all the text from
In the Javascript area you can set any scripts that you wished to trigger when the form loads, when the user clicks on a button or when the selection from a list changes. The tags are mandatory for the scripts to be loaded and executed correctly. A small script example for Javascript can be:
Also the function above will require a trigger, which can be placed in the Additional Attributes section of a Button component:
onclick="calculateText();"
The script above can be used in order to calculate the Total from two fields and to display the calculated value in a Textbox.






