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.
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…

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

Remove Confirmation Message Box Styling
Removes the background color and border from the form confirmation message.

Conditionally Show the Submit Button
This snippet will automatically show or hide the Submit button based on form field responses.

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

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

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

Display Entry Submissions Count for a Specific Form
Displays how many entries a specific form has received using a shortcode. Once this snippet is…

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

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

Limit Range Allowed in Numbers Field
This snippet will allow you to add a CSS class to any Number field and set…
