Add below Class CSS in Your CSS style with loading.gif image .ui-autocomplete-loading{ background:url(‘https://3.bp.blogspot.com/-R10KlQEhZTc/WbOwpMZySlI/AAAAAAAAAGg/rOODPicyDeQEhEJYbOkXpi9Q4Sse3s-cgCLcBGAs/s320/loading.gif’) no-repeat right center !important;}
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’); });});