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.
Increasing Image Size in Notification Emails
With this PHP snippet, you can easily adjust the size of these images in larger sizes.
Centering All Form Elements
This CSS snippet will center everything inside the form (labels, descriptions, buttons).
Remove Line Breaks From CSV Exports
This snippet will remove the line breaks from CSV exports.
Create Custom Address Scheme
This code snippet will create your own unique address scheme and list all the countries.
Processing Smart Tags in HTML Field
This snippet makes WPForms Smart Tags usable in the HTML field
Adding French Time Format for the Date / Time field
This code snippet adds a new French format to the Date / Time field.
How to Center a Form
This code centers the form using margin: 0 auto and sets a maximum width of 500px.
Real-time validation for restricting numbers from Single Line Text field
/** * Dynamically prevent numbers from being entered on single line text fields * * @link…
How to Restrict Countries Inside Smart Phone Form Fields
/** * Restrict countries inside the Smart Phone form field * * @link https://wpforms.com/how-to-restrict-countries-inside-smart-phone-form-fields/ */ function…
Adding a Video Before Your Form
This code snippet will add a video above your form.
Sending Multiple File Uploads to Google Drive through Zapier
This snippet modifies our Zapier integration and allows users to send multple files submitted through the…
Approving User Account After Completed PayPal Payment
This snippet conditionally approves a user's account after they've completed their payment through the PayPal gateway.