Hello,
Suppose that I declare that class. How does it work? Which function should I declare to intercept an event after the submit button?
Thank you,
Luidi
1 reply · opened Nov 20, 2020
Hello,
Suppose that I declare that class. How does it work? Which function should I declare to intercept an event after the submit button?
Thank you,
Luidi
Hello,
If you add a Custom Loader on the Page using HTML, then you can simply use the Body Classes to display/hide the Loader based on the Status of the Form. Example:
On Form Processing:
[ch_pre type="css"].template-contactform-processing .custom-form-loader {
display: block;
}[/ch_pre]
On Form Complete:
[ch_pre type="css"].template-contactform-complete .custom-form-loader {
display: none;
}[/ch_pre]
Consider checking out this Documentation: http://docs.semicolonweb.com/docs/forms/alerts/ to understand how the Form Status Classes and the jQuery Events work.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard