JMap.Event.Form.on.submit
This event is triggered each time a form (or subform) is submitted.
Your listener id (must be unique)
Your listener function
// log a message in the console once a form has been submittedJMap.Event.Form.on.submit( "custom-form-submit", params => console.info(`A form has been submitted`, params)) Copy
// log a message in the console once a form has been submittedJMap.Event.Form.on.submit( "custom-form-submit", params => console.info(`A form has been submitted`, params))
JMap.Event.Form.on.submit
This event is triggered each time a form (or subform) is submitted.