If the user is not patient enough and click the submit button of the gravity form multiple times two or more of the same entries will be created. Dave Landon posted the info below regarding this topic, but I don't know which file he refers to that I can put the code in. Anyone can help please?!!!!!!
Hope this code helps people. Just put it in the <HEAD> section of the page that you wish to control the submit button…
$(":submit").click(function(){
$(this).attr('disabled', 'disabled').val('Please wait...');
});