Hi,
I have used the example from documentation to set up a custom form alert:
https://docs.semicolonweb.com/docs/forms/alerts/
this 'formSubmitSuccess' does not seem to be working:
jQuery('#template-contactform').on( 'formSubmitSuccess', function(data){
// Your JS Codes here
console.log(data);
});
In the example on live url the event
jQuery('#widget-subscribe-form').on( 'formSubmitSuccess'
does not fire any event. I have coded "alert('test');" there
