WPForms AJAX Submit
AJAX submission for WPForms
by John A. Huebner II · github.com/hube2/wpforms-ajax-submit · website
★ 7stars
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/hube2/wpforms-ajax-submit/archive/refs/heads/master.zipDeclares an update source (https://github.com/Hube2/wpforms-ajax-submit), so updates arrive through the plugin's own updater.
From the readme
wpforms-ajax-submit
Notice: WPForms Version 1.5.3 now includes AJAX form submission natively and this plugin is no longer required. You should remove this plugin from your site.
AJAX submission for WPForms
(This is an add on for WPForms https://wordpress.org/plugins/wpforms-lite/ or http://wpforms.com/)
Install like any other plugin
If you want to get updates install https://github.com/afragen/github-updater
To enable AJAX form submission for a form add the class "wpforms-ajax-submit"
to the form settings of that form.
This plugin will enable AJAX form submission only when the browser supports the FormData object.
Most modern browswers do support FormData, however, older browsers do not and mobile devices
may or may not support this feature.
Browsers not supporting this feature will revert to the standard WPForms submission process and will not use AJAX.
As far as I can tell, using the FormData object allows all field types and all WPForms features to
work as they're supposed to. If you find something that does not work please let me know in the issues.
using with modal forms
In the case of browsers that do not support FormData and you're putting the form in a modal you c
Read the full README on GitHub →