To best understand your goals for installing new windows, doors, siding, or gutters and downspouts, a Gravina’s® specialist will meet with you on-site at no cost to you.
Skip to content
jQuery(document).on('gform_post_render', function() {
jQuery('.gform_wrapper form').each(function() {
var $form = jQuery(this);
$form.off('submit.preventDouble').on('submit.preventDouble', function() {
var $btn = $form.find('.gform_button');
$btn.prop('disabled', true);
if ($btn.is('input')) {
$btn.val('Submitting...');
} else {
$btn.text('Submitting...');
}
});
});
});