The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group
How to Invoke Ajax During Form Submit
This past week I had a client request some help with invoking an ajax call during $(document).on('submit'). The call was designed to retrieve a confirmation from a database and write it to a hidden field on the form. This brief tutorial describes the problem, analysis, and solution I developed. I only hope it helps you with your ajax implementations. http://victorfont.com/formidable-pro-invoke-ajax-submit/
Discussion closed.