Change "Your Donation" On Donation Form
On donation forms, the headline "Your Donations" can be changed to any text you want with…
How to Customize the Rich Text Field TinyMCE Icons
/** * Customize Rich Text Field TinyMCE buttons for top toolbar. * * @link https://wpforms.com/developers/how-to-customize-the-rich-text-field-tinymce-icons/ */…
Custom Receipt Page
Redirect to custom receipt or another page after a donation is completed. Can be per campaign…
Changing the Name Attribute of a Hidden Field
This code snippet can be used to change the Name attribute of a Hidden field.
increase upload memory
upload_max_filesize = 256M post_max_size = 256M max_execution_time = 300 />
Allow Webp, SVG, ICO
A Pro Snippet
Auto Register Login Link
Replaces the login link included in the Auto Register email, which directs customers to log into…
How to Change Google reCAPTCHA Language Settings
WPML support
Add Dropdown Field To Donation Form
Shows how to add a custom dropdown in a donation form (this example the select field…
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…
Display Post and Page IDs in WordPress Columns
This PHP code enables you to display the IDs of posts and pages within WordPress columns.…
How to Change the Error Text for Failed Submissions
This code snippet changes the error text that shows to your visitors on failed submissions.
Change the Post ID Being Processed by AIOSEO
This snippet can be used to change the Post ID being processed by AIOSEO.
WP Simple Pay: Create WordPress User After Payment
Creates a new WordPress user when a subscription is started or a one-time payment is made.
How to Programmatically Attach a File to Email Notifications
This code snippet uses the wpforms_emails_mailer_get_attachments filter to attach files to email notifications.