Drag and Drop Form Button Click JS Event


How can I use the drag and drop form creator and capture (via javascript) the event of the button click? I need to capture this event to call an external javascript function. 

So the user would fill out the form and when the button for ‘Submit’ is clicked it calls a javascript function elsewhere?


2 replies

Just add the onlick event to the button via it’s element id on the onload.

Just add the onlick event to the button via it’s element id on the onload.

Reply