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.

140 Snippets
10+ Favourites
8.3k Downloads

How to Restrict Numbers in a Single Line Text Form Field

/** * Disallow numbers in a single-line text field * * @link https://wpforms.com/developers/how-to-restrict-numbers-in-a-single-line-text-form-field/ */ function wpf_dev_disallow_numbers_text_field(…

<10

How to Build a Profile Page Using Post Submissions

With this snippet and the Post Submissions addon, you can create professional author profiles that automatically…

<10

Change the Payment Delimiter Inside Email Notifications

This snippet changes the default separator for payment details in emails.

<10

How to Hide Zero Quantity Items in Dropdown Payment Field Notifications

This snippet hides items with zero quantities from your WPForms notification emails when using payment fields

<10

How to Use Conditional Logic With a Date Picker

/** * Use conditional logic with a date field to show or hide another form field…

<10

Focused Form Fields

This CSS snippet will make your fields focused on click.

<10

Using Smart Tags in Your WordPress Rewrite Rules

This code transforms messy URLs like https://example-site.com/?pagename=portfolio-vendor&[email protected] into clean URLs like https://example-site.com/portfolio/vendor/1/[email protected]/

<10

Using Conditional Logic to Change Date Picker Locale

This snippet works with the WPML plugin and only apply date picker locale changes when the…

<10

How to Add Confetti Animation to Confirmation Message

** * Add confetti to the canvas element on the confirmation message * * @link https://wpforms.com/developers/how-to-add-confetti-animation-to-confirmation-message/…

<10

Changing sublabels for Email Field on a Single Form

This snippet is used to change sublabel for Email field on a specific form. Be sure…

<10

Adding Custom Border to Your Form

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

<10

How to Add Firework Animation to Confirmation Message

/** * Add fireworks to the canvas element on the confirmation message * * @link https://wpforms.com/developers/how-to-add-confetti-animation-to-confirmation-message/…

<10
1 6 7 8 9 10 12