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.

147 Snippets
20+ Favourites
11k Downloads

Create Custom Address Scheme

This code snippet will create your own unique address scheme and list all the countries.

40+

Adding French Time Format for the Date / Time field

This code snippet adds a new French format to the Date / Time field.

30+

Change Validation Messages for WPML

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

30+

Increment a Count on Each Form Submission

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

30+

Limit Post Revisions

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

30+

Reduce Database Calls

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

30+

Adding a Video Before Your Form

This code snippet will add a video above your form.

30+

How to Automatically Redirect If User Is Already Logged In

/** * Automatic redirect from login form if a user is already logged in * *…

20+

Creating a Smart Tag from an ACF Field

/** * Register the Smart Tag so it will be available to select in the form…

20+

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

20+

How to Center a Form

This code centers the form using margin: 0 auto and sets a maximum width of 500px.

20+

How to Move to the Next Page Automatically

/** * Navigate to the next page automatically * * @link https://wpforms.com/developers/how-to-move-to-the-next-page-automatically/ */ function wpf_dev_automatic_next_page( )…

20+
1 4 5 6 7 8 13