Custom Registration Fields
Add fields to the registration form.
Disable the Last Updated Date in Index/Root XML Sitemap
This filter can be used to disable the Last Updated date that All in One SEO…
Add Textbox To Donation Form
Adds a textbox to a donation form - for example, to collect a referral code.
How to Use Conditional Logic With a Date Picker
/** * Use conditional logic with a date field to show or hide another form field…
Duplicate Posts and Pages
// Add the duplicate link to action list for post_row_actions // for "post" and custom post…
Change / Translate Plugin Text
This is a local translation snippet that should work for any phrases in Charitable and Charitable…
Remove Unused JS
/** * We will Dequeue the jQuery UI script as example. * * Hooked to the…
Hiding Page Breaks When Using Conditional Logic
This snippet will hide pages in your form that include fields hidden with conditional logic if…
Creating Additional Format for the Date / Time field
This snippet is used to add extra formats for the Time interval on the Date /…
Sending Geolocation Data Through Webhooks
This snippet works with the Geolocation and Webhooks addon. It allows you to send geolocation data…
How to Populate a Form Field from an Anchor Link
/** * Populate field from anchor link. * * @link https://wpforms.com/developers/how-to-populate-a-form-field-from-an-anchor-link/ */ function wpf_dev_autofill_field() { ?>
Multi Step Donation Form
This snippet provides a foundation for converting the donation form into a multi-step donation form.
Exclude a Specific Post from the Sitemap
This filter can be used to Exclude a Specific Post from the Sitemap. Note: Replace 614…
Displaying the Total Number of Entries on Your Site
This snippet creates a shortcode that you can use to display the total number of entries…
How to Build a Profile Page Using Post Submissions
With this snippet and the Post Submissions addon, you can create professional author profiles that automatically…