Would you like to find a way to prevent spam on your WordPress site without using reCAPTCHA? Asking users to complete a test before submitting your form or logging into your site can make for a poor user experience. Plus, many site owners have had data privacy issues with reCAPTCHA. In this post, we'll share some alternatives for keeping your site spam-free.
How to Pre-Populate Fields in the Same Form
This tutorial will walk you through how to take values entered from a field and pre-populate another field inside the same form.
How to Customize the Form Revisions Limit
In this tutorial, we'll show you how to use a PHP filter to customize the form revisions limit by either changing the number of revisions saved or just turning them off completely.
How to Automatically Redirect If User Is Already Logged In
This tutorial will walk you through how to automatically redirect a user away from a login form if they are already logged in using PHP.
How to Dynamically Display Years in Your Forms
This tutorial will show you how to use JavaScript to dynamically display years inside your form.
How to Put a Border Around Your Form
This tutorial is going to show you how you can use CSS to place a border around your forms.