About
WPForms is the most beginner-friendly WordPress form builder plugin. Our drag and drop form builder lets you create beautiful forms for your website in minutes.
Our goal is simple: to provide a WordPress forms plugin that's both easy to use AND powerful. We want to take the pain out of creating online forms and make it easy for everyone - we call it "stupid simple".
Over 6 million websites use WPForms to create contact forms, payment forms, survey forms, conversational forms, newsletter forms, registration forms, and more.
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 Email Field
Using this snippet will allow you to customize the sublabels that appear under the Email field…

Skip Page Breaks When Using Conditional Logic
With this snippet, any WPForms form with Conditional Logic and Page Breaks will be skipped automatically.

Adding Custom Border to Your Form
/* Add custom border to specific form */ #wpforms-form-1234 { border: 2px solid #333333; padding: 20px;…

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.

Disable Enter Key in WPForms
Disables the Enter key for all forms created with WPForms.

Increasing Image Size in Notification Emails
With this PHP snippet, you can easily adjust the size of these images in larger sizes.

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…

Include Field Descriptions Inside Email Notifications
This snippet will have all field descriptions from all forms included in the email notifications.
