In this tutorial I am going to cover how to use Ajax to submit and process form data in your WordPress plugins. In order to tie things together, and to provide you a real world example, I am going to be working with the code used in my Short Code Contact form plugin.
View PostCreate an Ajaxified Contact Form Short Code
Posted on
by
Pippin
in
Ajax, Contact Forms Tutorials, Intermediate, Short Codes, Tutorials
21 Comments
A very popular feature of many themes is an Ajaxified contact form, often inserted through a shortcode. So I’m going to show you how to create one from scratch as a plugin that can be dropped into any WordPress theme.
View Post Ajax, contact form, short code