...
Custom HTML in Form Builder can be used to achieve advanced form design by putting in any valid -
HTML
E.g.: <b>this text is inCode Block title Sample <b>this text is in bold</b>
JavaScript (jQuery is supported)
Don’t forget to put in <script type="text/javascript"></script> blockCode Block title Sample <script type="text/javascript"> alert("hello world"); </script>
CSS
Don’t forget to put in <style type="text/css"></style> blockCode Block title Sample <style type="text/css"> body{ font-size: 100%; } </style>
Figure 1: Screenshot highlighting a Custom HTML element in sample HR Expenses Claim app
...