In this post I will discuss about a WordPress plugin which you can use for adding Ajax and JavaScript functionality in forms in a blog. Advantages of adding Ajax in forms is that when a user submits or loads a form, the page is not reloaded, thus providing a distinctive user experience.
Here are the features of this plugin:
1) Ajax request timeout: You can set up the Ajax request timeout in milliseconds. Ajax request timeout is the time for which the Ajax request must wait for response.
2) Set up scroll speed: You can set up the scroll speed in milliseconds.
3) Set up Ajax for specific containers: From the plugin settings page, you have the option to set up Ajax for specific containers.
4) Overlay color and custom CSS: You can select the overlay color which is displayed when the page loads and can add custom CSS.
5) Selectors and link exceptions: You can specify the selectors and the links which you do not wish to be loaded by using Ajax.
6) Add JavaScript code: You can add JavaScript code from the plugin settings page. This code will be executed when the page is loaded by using Ajax.
7) Form selectors: You have the option to add classes and IDs of form selectors to be submitted with Ajax.