How to Block Names From Completing Your Form - First Last and First Middle Last format
/** * Prevent certain names from the other formats for the Name form field. * *…
Changing the Name Attribute of a Hidden Field
This code snippet can be used to change the Name attribute of a Hidden field.
Add Dropdown Field To Donation Form
Shows how to add a custom dropdown in a donation form (this example the select field…
Show a Live Count of Repeater Fields in Your Form
This code snippet will display a live count of how many repeater field rows have been…
Add WPCode Custom Field Smart Tag
Add a custom smart tag for the WPCode scripts metabox that outputs the value of a…
Remove "Login with GoDaddy" from GoDaddy Managed WordPress
When using a managed WordPress account with GoDaddy, they make the Login for WordPress show a…
Export Categories and Tags
Export Categories and Tags
Add Picture Field To Donation Form
A picture field is added to the donation form, allowing donors to upload an image as…
Remove Section
Remove entire sections from a profile form.
Remove Campaign Description
Remove the campaign descriptions from the campaign loop (campaign shortcodes).
Set Custom Donation Receipt Page
You can set a custom donation receipt page, including a page that is not on your…
Show Admin Bar
The code below shows the admin bar for logged in users who do not have these…
Add Creator Name
Display the campaign creator's name on the campaign page and in the campaign grid/list.
Add Currency
Add a new currency (the example here is Armenian Dram currency (AMD) ).
Send Notifications On User Registration
/** * Notify admin and user when a user registers with Charitable. * * @param array[]…