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.2k Downloads

Remove the Key Text on Conversational Forms

This CSS will remove the Key Text on all Conversational Forms.

40+

Limiting Options for the Date / Time Field

This snippet will disable any future date in your date picker. You'll need to update the…

40+

Force WPForms to use modern markup

If using the deprecated Credit Card field prevents you from enabling modern markup, you can bypass…

40+

Conditionally show the submit button

/** * Conditionally show the submit button * * @link https://wpforms.com/developers/how-to-conditionally-show-the-submit-button/ */ add_action( 'wp_head', function ()…

30+

Create Additional Formats for the Date Field

Add custom date formats to the Date field in WPForms.

30+

Change Validation Messages for WPML

When you need to provide multiple different language translations, these messages need to be conditionally different.…

20+

Decrease the retention period to one week for the Action Scheduler

By default, Action Scheduler will automatically remove completed tasks after thirty days. However, this time period…

10+

Limit Post Revisions

This snippet will limit the post revisions storage memory to 4. To get started, you’ll need…

10+

Reduce Database Calls

You can edit your child theme and replace these calls with more specific information to stop…

10+

Increment a Count on Each Form Submission

This snippet counts the total entries for a specific form and updates a hidden field with…

10+

Troubleshooting Action Scheduler - access the Scheduled Actions page

Some plugins that install the Action Scheduler library (such as the Action Scheduler plugin itself) add…

10+

Changing the Submit Button Color

Theis CSS snippet will change your submit button's color.

10+
1 3 4 5 6 7 12