Showing posts with label Gravity Form. Show all posts
Showing posts with label Gravity Form. Show all posts

Wednesday, 9 August 2017

Gravity Form In Prevent duplicate form submit on back button

jQuery(function($){
       $(document).on('gform_post_render', function(e, form_id){
            $('#gform_ajax_frame_'+form_id).attr('src', 'about:blank');
       });
});