fbpx

Gravity Forms

Maximize Donations with Recover Fees for Gravity Forms

Are you tired of transaction fees eating into your fundraising efforts? Introducing Recover Fee, the free addon for Gravity Forms that empowers donors and maximizes the impact of every donation. What is Recover Fee? Recover Fee is a game-changer for organizations running donation campaigns. It allows donors to cover transaction fees associated with their contributions, […]

Maximize Donations with Recover Fees for Gravity Forms Read More »

Create Fundraising Campaigns on WordPress with our Gravity Forms Fundraising Plugin

My Custom Software proudly introduces the Gravity Campaign Fundraising Plugin, an innovative solution built atop Gravity Forms for WordPress. This plugin is crafted for nonprofits, schools, and charitable organizations, enabling them to run personalized fundraising campaigns with complete control and flexibility. Feature-Rich Campaign Management 1. Flexible Goal Setting 2. Innovative Matching Donations Feature 3. Customizable

Create Fundraising Campaigns on WordPress with our Gravity Forms Fundraising Plugin Read More »

Strip or Validate the country code 1 from Gravity Forms phone field

Some submissions have incorrect phone numbers when using the standard US phone field format on Gravity Forms because the user’s saved phone number in their browser auto-fills the 1 prefix and is then missing the last digit. Example issue: (134) 712-3456 instead of the correct number: (347) 123-4567The script below adds a field validation to

Strip or Validate the country code 1 from Gravity Forms phone field Read More »

Link a Gravity Form radio button option to focus on a specific field

Place this snippet in an HTML field in your form: <script> jQuery( document ).ready(function() { jQuery(‘input:radio[name=”input_2″]’).change( function(){ if (jQuery(this).is(‘:checked’) && jQuery(this).val() == ‘Enter Amount’) { jQuery(‘#input_2_1’).focus(); } }); }); </script> Customize the above code according to your specific fields. To add a regular text link that focuses on a specific field use the following code

Link a Gravity Form radio button option to focus on a specific field Read More »

Shopping Cart