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.
Processing Smart Tags in HTML Field
This snippet makes WPForms Smart Tags usable in the HTML field
Disable Enter Key in WPForms
Disables the Enter key for all forms created with WPForms.
Position the Field Description Above the Form Field
Positions the field description above the form field. Change the 999999 to match your own form…
Using the “Include Form Styling” Setting
With the Base styling only setting in place, multi-column layouts will generally not function properly. To…
Include Field Descriptions Inside Email Notifications
This snippet will have all field descriptions from all forms included in the email notifications.
Limiting Options for the Date / Time Field
This snippet will disable any future date in your date picker. You'll need to update the…
Create Additional Formats for the Date Field
Add custom date formats to the Date field in WPForms.
Custom Template File Hook
This is the hook you will need in order to add custom form templates to your…
Adding French Time Format for the Date / Time field
This code snippet adds a new French format to the Date / Time field.
Adding Transitions to Checkbox and Multiple Choice Selections
ul#wpforms-999-field_3 li label, ul#wpforms-999-field_27 li label { padding: 10px; transition: all ease 0.3s; background: linear-gradient(to right,…
Adding a Video Before Your Form
This code snippet will add a video above your form.
Force WPForms to use modern markup
If using the deprecated Credit Card field prevents you from enabling modern markup, you can bypass…