Recalculate on checkbox change

Instructions

  1. Install this snippet with our free Custom JavaScript plugin. https://gravitywiz.com/gravity-forms-code-chest/

Code

Filename: gpac-recalculate-on-checkbox-change.js

/**
 * Gravity Perks // GP Advanced Calculations // Recalculate on checkbox change
 * https://gravitywiz.com/documentation/gravity-forms-advanced-calculations
 *
 * Instructions:
 *
 * 1. Install this snippet with our free Custom JavaScript plugin.
 *    https://gravitywiz.com/gravity-forms-code-chest/
 */
$( '#gform_GFFORMID input:checkbox' ).on( 'change', function () {
	var _GFCalc = rgars( window, 'gf_global/gfcalc/{0}'.gformFormat( GFFORMID ) );
	_GFCalc.runCalcs( formId, _GFCalc.formulaFields );
} );

Leave a Reply

Your email address will not be published. Required fields are marked *

  • Trouble installing this snippet? See our troubleshooting tips.
  • Need to include code? Create a gist and link to it in your comment.
  • Reporting a bug? Provide a URL where this issue can be recreated.

By commenting, I understand that I may receive emails related to Gravity Wiz and can unsubscribe at any time.