I’m wondering if we can have the submit button do everything except actually ‘submit’ and go to another age.
Situation: We have a ‘calculate pricing’ form on our site. Visitor completes the form, hits submit, we want to do all the normal stuff (validate fields, maybe send an email, etc) and trigger an ajax block, which will display the pricing right on the same page. Visitors will typically run a variety of pricing situations and we’d like to keep that process and the results all on the same page.
If not, I guess the solution would be simply to not use a submit button, put our own button on the form and handle everything ourselves through that butt.