Remove Login Form
Remove the login prompt from being displayed before the donation form.
increase upload memory
upload_max_filesize = 256M post_max_size = 256M max_execution_time = 300 />
Auto Register Login Link
Replaces the login link included in the Auto Register email, which directs customers to log into…
How to Change the Error Text for Failed Submissions
This code snippet changes the error text that shows to your visitors on failed submissions.
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:…
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.
Custom Receipt Page
Redirect to custom receipt or another page after a donation is completed. Can be per campaign…
Add a color picker field in Formidable Forms
Install this snippet and add 'frm-color-picker' in the 'CSS Layout Classes' setting for a field.
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.
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…
Automatically Delete Woocommerce Images After Deleting a Product
Automatically Delete Woocommerce Images After Deleting a Product
display user name in a menu
/** * Show a user's display name/user name in a WordPress menu. * Once this code…
Set a specific language for Cloudflare Turnstile.
/** * Set a specific language for Cloudflare Turnstile. * * @link https://wpforms.com/developers/how-to-set-the-language-for-cloudflare-turnstile */ function wpf_add_turnstile_language_script()…