How to Change the Error Text for Failed Submissions

This code snippet changes the error text that shows to your visitors on failed submissions.

10+

How to Customize the Labels for Image Choices - Combined effect

form#wpforms-form-1000 .wpforms-field .wpforms-image-choices-item:hover .wpforms-image-choices-label { position: absolute; top: 0; left: 50%; transform: translateX(-50%); background-color: #f6f6f6; color:…

10+

Add Field To Set Custom Page As Donation Page

Create a new campaign field allowing to select the page where donations are made.

Use Page Template For Campaigns

Instead of using the Post template for campaigns, use the Page template as a fallback.

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.

Custom Receipt Page

Redirect to custom receipt or another page after a donation is completed. Can be per campaign…

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…

10+

How to Defer the reCAPTCHA Script

/** * Defer the reCAPTCHA script until after the page loads * * @link https://wpforms.com/developers/how-to-defer-the-recaptcha-script/ */…

10+

Add Custom Campaign And Donation Field

In this example, a new email field is added which can be used both in campaign…

Add Campaign Raised Summary

Add a short summary after the donation details showing the funds raised by each campaign.

Automatically Delete Woocommerce Images After Deleting a Product

Automatically Delete Woocommerce Images After Deleting a Product

Change Fields On Donation Form

Example on how to change labels for fields on donation form.

Upload font files to media library

Allow the upload of font files (.ttf, .otf, .woff & .woff2) to WordPress media library

Add Campaign Creator Name Donation Export

In this example, the campaign creator's name is added to the Donations export, so it's easy…

Disable email reports

This filter can be used to disable email reports.

<10
1 30 31 32 33 34 217