Add SweetAlert2 script into Contact Form 7 submission process.
This plugin adds the SweetAlert2 script into Contact Form 7 wordpress plugin submission process.
This plugin requires the Contact Form 7 plugin to work.
Just activate it to replace CF7 default submission output by a SweetAlert2 pop up.
The add-on will display the Contact Form 7 messages in the pop up.
If you want, you can set a custom duration and a custom title for the alerts.
This plugin is an enhancement to the plugin created by akandor, Antoine Derrien which was closed by WordPress security team
Its base has been used and all this has been improved:
-Load admin styles only on the settings page
-Removed style sheets with little css content (It has been directly embedded, as it does not make sense load a sheet for a few lines)
-Sanitize data input and output (Since it was vulnerable to XSS attacks)
-Update css and js files from sweetalert (Since it was very outdated)
-Show sweetalert icons again
-Remove unnecessary code and files
-Css fix, since there was conflict with some themes
-Load the js and css only when the contact form shortcode is detected (Except a script)
-Titles are now converted to uppercase by default
It enqueues scripts and styles to override CF7 submission process and surcharge it with SweetAlert2 scripts.
You can install automatically from WordPress.
Or, if you want to install manually, follow these steps:
-Fix bugs
-Update the sweetalert library
-Improve WPO, remove external cdn
-Fixed security issues reported by the WordPress security team
-Fix bug IE compatibility
-Improve WPO
-Fix bug IE compatibility
-Fix bug IE compatibility
-IE compatibility
-Fix bugs
-Improved script loading
-Improved checks
-Added defer to improve WPO
-Updated sweetalert2 libraries
-Added unistall.php
-Fix bugs
-.pot added
-Fix bugs
-images added
-Initial version