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.
Allow Multiple Dates Selection in Date Picker
Adds the ability to select multiple dates inside the Date Picker field.
Adding Custom Border to Your Form
/* Add custom border to specific form */ #wpforms-form-1234 { border: 2px solid #333333; padding: 20px;…
Defer the reCAPTCHA Script
Defers the reCAPTCHA script until after the page finishes loading.
Block IP Addresses From Completing Your Form
Using this snippet will allow you to add specific IP Addresses from completing your forms.
WPForms Enable Modern Markup Settings
By adding this snippet, you will be able to turn the Modern Markup settings on and…
Add Redirection to Custom Password Reset Form
With this filter you can redirect any lost password requests to a custom reset form
Remove Confirmation Message Box Styling
Removes the background color and border from the form confirmation message.
Enable Legacy Email Templates
This snippet will allow the ability to select Legacy from the WPForms >> Settings >> Email…
Change Sublabels for the Name Field
Using this snippet will allow you to customize the sublabels that appear under the Name field…
Change the Required Field Indicator
Changes the required field indicator. You can set the asterisks symbol to plain text or another…
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…
Loading custom templates
Add the code for your custom template to this snippet to load it in the plugin.