The Custom HTML element in in Form Builder can be used to achieve advanced form design , by putting in any valid : -
- HTML
Eg: <b>this text is in bold</b> - JavaScript (jQuery is supported)
Don’t forget to put in <script type="text/javascript"></script> block - CSS
Don’t forget to put in <style type="text/css"></style> block
...