Remove Confirmation Message Box Styling
Removes the background color and border from the form confirmation message.
Add Redirection to Custom Password Reset Form
With this filter you can redirect any lost password requests to a custom reset form
Change Sublabels for the Name Field
Using this snippet will allow you to customize the sublabels that appear under the Name field…
Remove AggregateRating and Reviews Schema
This filter code removes the AggregateRating and Reviews Schemas
Change the Required Field Indicator
Changes the required field indicator. You can set the asterisks symbol to plain text or another…
Enable Legacy Email Templates
This snippet will allow the ability to select Legacy from the WPForms >> Settings >> Email…
Display Entry Submissions Count for a Specific Form
Displays how many entries a specific form has received using a shortcode. Once this snippet is…
Noindex Products under a Product Category
This code snippet can be used to set noindex on all the Products under a Product…
Loading custom templates
Add the code for your custom template to this snippet to load it in the plugin.
Limit Range Allowed in Numbers Field
This snippet will allow you to add a CSS class to any Number field and set…
Remove Author Schema entirely from the website
This snippet removes Author Schema entirely from the website
Change CSV Export Delimiter
Changes the CSV delimiter that separates each form field on a form export. Remember to change…
Set the Language for Google reCAPTCHA
Changes the language when using reCAPTCHA. You'll just need to update the language code. To find…
Showcase IDX plugin - Replace all Permalink URLs with current URL in Schema
This snippet replaces all the Permalink URLs with the current URL in Schema markup.
Adding Material Design to Your Form Fields Using CSS
#wpforms-form-697 { float: left; width: 100%; text-align: center; margin: 30px auto 30px auto; } #wpforms-form-697 .wpforms-field…