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.
Sending Form Fields as Smart Tags to Square
The snippet makes Smart Tags usable with Square payments. It allows you to include form fields…

Customizing Checkbox and Radio Fields to Look Like Buttons (Specific Forms)
This code snippet will customize Checkbox and Radio fields to look like buttons.

How to Change the Error Text for Failed Submissions
This code snippet changes the error text that shows to your visitors on failed submissions.

Disable the space key with the special CSS class
This code snippet disables the space key. When a user presses the space key in these…

Customizing Checkbox and Radio Fields to Look Like Buttons (All Forms)
This code snippet will customize Checkbox and Radio fields to look like buttons for all forms.

Changing the Name Attribute of a Hidden Field
This code snippet can be used to change the Name attribute of a Hidden field.

Hiding the Currency Symbol in WPForms Total Field
This code snippet removes the following currency symbols from the Total field: £, $, €.

Translating the Total Field's Order Summary
This code targets specific elements inside the Order Summary and updates the labels to the translated…

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' ); /**…

class DeleteUploadedFiles {}
The deleteuploadedfiles Class is designed to delete uploaded files subsequent to email notifications. This functionality is…

Customize the From Email Address for the Save and Resume Addon
This snippet will customize the from email address that the Save and Resume addon uses when…
