Skip Page Breaks When Using Conditional Logic
With this snippet, any WPForms form with Conditional Logic and Page Breaks will be skipped automatically.
Increasing Image Size in Notification Emails
With this PHP snippet, you can easily adjust the size of these images in larger sizes.
Create a Smart Tag for the Current Time
This snippet will create a new Smart Tag for you that you can use anywhere in…
Remove the Arrows on the Numbers Field
Removes the arrows inside the Numbers form field.
Change Breadcrumb Homepage Name in Schema
This filter can be used to change breadcrumb Homepage name in schema to 'Homepage'. IMPORTANT NOTE:…
Display Empty Form Fields in Email Notifications
Displays all fields in the email notifications including empty fields.
Position the Field Description Above the Form Field
Positions the field description above the form field. Change the 999999 to match your own form…
Creating Multi-Column Form Layouts With CSS Classes
If you use a multi-column layout with conditional fields, any fields that are conditionally shown will…
Centering All Form Elements
This CSS snippet will center everything inside the form (labels, descriptions, buttons).
Dynamically Add Article Schema to Posts
This filter can be used to Dynamically Add Article Schema to Posts.
Remove the author of an article
This snippet removes author of an article
Include Field Descriptions Inside Email Notifications
This snippet will have all field descriptions from all forms included in the email notifications.
Using the “Include Form Styling” Setting
With the Base styling only setting in place, multi-column layouts will generally not function properly. To…
Remove #listItem from Breadcrumb schema
This snippet removes #listItem from all the URLs in the Breadcrumb schema
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…