Hi, this output code doesn't validate with http://validator.w3.org/:
<script type='text/javascript'>jQuery(document).ready(function($){$('#gform_1').submit(function(){$('#gform_submit_button_1').attr('disabled', 'disabled').after('<img id="gform_ajax_spinner_1" class="gform_ajax_spinner" src="" alt="" />');$('#gform_ajax_frame_1').load( function(){var form_content = $(this).contents().find('#gform_wrapper_1');var confirmation_content = $(this).contents().find('#gforms_confirmation_message');$('#gform_submit_button_1').removeAttr('disabled');if(form_content.length > 0){$('#gform_1').html(form_content.html());$(document).scrollTop($('#gform_1').offset().top);if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}}else if(confirmation_content.length > 0){setTimeout(function(){ $('#gform_1').replaceWith('<' + 'div id=\'gforms_confirmation_message\'' + '>' + confirmation_content.html() + '<' + '/div' + '>'); $(document).scrollTop($('#gforms_confirmation_message').offset().top);}, 50);}else{$('#gform_1').append($(this).contents().find('*').html());gformRedirect();}});});});</script>
Can You do something?