Tutorials
This tutorial explains how to add custom class attributes to labels and fieldsets on custom fields.
Super-quick tutorial that explains how to disable the placeholder attribute and/or the <label></label> tag in USP form fields.
This post provides an overview of the various ways to submit and display video files.
Here is a quick tutorial showing how to validate any USP Form with jQuery and Parsley 2.
This tutorial explains how to add a required checkbox to any USP Form. For example, this could be used to implement a toggle “Agree to Terms” checkbox or similar.
Quick tutorial for anyone wondering how to enable the USP Posts menu, as shown in this screenshot.
In this tutorial, we look at how to modify the WordPress Loop to display only submitted posts. This can be done for any loop in the theme template. For example, you could modify the loop used in archive.php to display only submitted posts in archive views.
USP Pro provides numerous ways of collecting a user’s email address. For example, you can include the shortcode [usp_email] to any form. Once the form is submitted, the email address will be attached to the post as a custom field. This tutorial shows one way to use this information: displaying it on the front-end as […]