So - the generic form builder you’re using here is really intended for very basic forms and prototyping.
Instead what you can do is use embedded forms for a fuller feature set. Embedded forms give you the ability to use any HTML forms as well as custom javascript.
2 Likes