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.

172 Snippets
60+ Favourites
18k Downloads

Storing User's Uncached IP Address in Hidden Field

This snippet lets you capture and store the user's IP address in the Hidden field. It…

20+

Change Validation Messages for Required Fields - WPML

Below is an example that changes the required field validation message depending on the language WPML…

20+

Restricting Address Autocomplete to a Specific Country

This snippet is used to modify the default behavior of the address autocomplete feature in WPForms.…

20+

Setting a Default Featured Image for Post Submissions

This snippet is used to assign a default image that'll serve as the featured image for…

20+

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…

20+

Overwriting Entries From Users Who Have Already Submitted a Form

This snippet will overwrite old entries from a user each time they submit a new one…

20+

Dynamically Displaying Years in Your Forms

/** * Dynamically display years in the forms * * @link https://wpforms.com/developers/how-to-dynamically-display-years-in-your-forms/ */ function wpf_dev_dynamic_school_year( )…

20+

How to Create a Form With Floating Labels

/** * Remove the field label from the top of the field * * @link https://wpforms.com/developers/how-to-create-a-form-with-floating-labels/…

20+

Remove Multiple Fields From {all_fields} in Notifications

This code snippet removes multiple fields from your email notifications while still using the {all_fields} smart…

20+

Hiding the Currency Symbol in WPForms Total Field

This code snippet removes the following currency symbols from the Total field: £, $, €.

20+

How to Store Field Values in the WPForms Entry

/** * Show values in Dropdown, checkboxes, and Multiple Choice. */ add_action( 'wpforms_fields_show_options_setting', '__return_true' ); /**…

20+

Custom Style Icons for Rating field

This snippet will customize your rating icons in the Rating field

20+
1 8 9 10 11 12 15