I installed Gravity Forms and every time a form is submitted, it is being sent multiple times. The conflict is with the Simple Facebook Connect "Like" and "Share" buttons. The form gets sent an extra time for each button. IE: if the "like" is active, the form is sent twice; if the "like" and "share" buttons are both active then the form is sent three times.
I've noticed the same problems with other users on this forum. I contacted the SFC plugin author and here is the response:
'
'What this means is that, unfortunately, Gravity Forms is producing the submit when the get_the_content() function is called, which is a no-no. Both like and share have to get the content in the header, to produce the necessary meta tags for Facebook.'There’s no way around this except to fix Gravity Forms to not do that. Might try contacting the author.'
Is this something that can be fixed? For now, I've turned it off but I really need to be able to have the share button active.