Add User Dashboard Menu
Include the User Dashboard menu at the top of all pages that are included in the…
Use Page Template For Campaigns
Instead of using the Post template for campaigns, use the Page template as a fallback.
Increase the Number of Posts Imported Per Batch from Rank Math Plugin
This filter can be used to increase the default number of posts imported per batch from…
How to Disable reCAPTCHA for Automated Testing
/** * Disable for automated testing. * * @link https://wpforms.com/developers/how-to-disable-recaptcha-for-automated-testing/ */ // Disable reCAPTCHA assets and…
Change Time zone Offset in the Publish Date of the Sitemap Entries
The code snippet below can be used to change the time zone offset in the publish…
Change the Payment Delimiter Inside Email Notifications
This snippet changes the default separator for payment details in emails.
How to Link Your Conversational Form Logo
This code snippet will make the logo clickable in a WPForms Conversational Form.
Remove Donation Form Fields
This example shows how to remove fields from the donation form.
Setting the Default Address Scheme to International
This snippet is used to update the default behavior of the Address field in WPForms. This…
Add Campaign Title To Start
Easily add the campaign name as a heading before the donation form.
Ignore Cover Image Block when “First Image in Content” is set as the Image Source
This filter can be used to ignore the cover image block when “First Image in Content”…
Move Fields
Move fields in the Donation Form.
Changing Sublabels for the Email Field
This snippet is used to update the default labels for the Email field when it includes…
How to Set the Language for Google reCAPTCHA
/** * Set the language for Google reCAPTCHA. * * @link https://wpforms.com/developers/how-to-set-the-language-for-google-recaptcha/ */ function wpf_dev_recaptcha_language( $url…
Add Campaigns Menu
Add a top-level Campaigns menu tab to the menu in the WordPress dashboard.