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.

167 Snippets
60+ Favourites
15k Downloads

Allow Multiple Dates Selection in Date Picker

Adds the ability to select multiple dates inside the Date Picker field.

100+

Adding Custom Border to Your Form

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

100+

Defer the reCAPTCHA Script

Defers the reCAPTCHA script until after the page finishes loading.

100+

Block IP Addresses From Completing Your Form

Using this snippet will allow you to add specific IP Addresses from completing your forms.

100+

WPForms Enable Modern Markup Settings

By adding this snippet, you will be able to turn the Modern Markup settings on and…

100+

Add Redirection to Custom Password Reset Form

With this filter you can redirect any lost password requests to a custom reset form

100+

Remove Confirmation Message Box Styling

Removes the background color and border from the form confirmation message.

100+

Enable Legacy Email Templates

This snippet will allow the ability to select Legacy from the WPForms >> Settings >> Email…

100+

Change Sublabels for the Name Field

Using this snippet will allow you to customize the sublabels that appear under the Name field…

100+

Change the Required Field Indicator

Changes the required field indicator. You can set the asterisks symbol to plain text or another…

100+

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…

100+

Loading custom templates

Add the code for your custom template to this snippet to load it in the plugin.

100+
1 2 3 4 5 14