Have you ever found yourself needing to create a custom, multiple-page form in WordPress? I do… all the time! While you can use a variety of plugins to get the job done, they’re rarely perfect for your purposes. I’ve found that the…
Read More…
In this second article in our series on multi-page form design, we’re going to create the database tables required to store the custom form data. We’ll also delve into the process of storing the first page of form data and displaying the…
Read More…
This is part three in a series on creating a multi-page form in WordPress, complete with its own database table. I strongly recommend you skim parts one and two if you haven’t yet, if nothing else to get familiar with our methodology…
Read More…
We’ve been rocking our new multi-page form, and it’s time to apply the last little bit of code we need. If you’re just joining us, go review Parts 1 – 3 of this series to see our general theory, the design approach, and the…
Read More…