No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
jQuery(document).ready(function($) { $('#calculateBtn').click(function() { // Trigger Gravity Forms calculations $('.gfield_calculation input').each(function() { $(this).change(); // Forces recalculation }); }); });
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.