What do I do wrong? the user get 3 mails to confirm this Newsletter: http://www.habitmanager.info/kontakt/abonner-inspirations-nyhedsbrev/
I use the same settings like this site, here I have no problems: http://hardthaus.de/kontakt/newsletter/
What do I do wrong? the user get 3 mails to confirm this Newsletter: http://www.habitmanager.info/kontakt/abonner-inspirations-nyhedsbrev/
I use the same settings like this site, here I have no problems: http://hardthaus.de/kontakt/newsletter/
Typically when a form creates duplicate entries or sends multiple notifications it is due to a theme or plugin conflict causing the form to submit multiple times. We have seen this happen with the Headspace plugin, although it comes and goes as the Headspace developer changes his plugin. Not sure what he is doing sometimes...
But I would first check for theme and plugin conflicts. To do so you need to activate the default theme and then test that form. If it works then there is a theme conflict, probably something in your functions.php file that is causing a conflict with the form submission.
If it's not the theme then you need to test plugins by deactivating them all and then activate only Gravity Forms. Then activate each plugin one by one, and test the form that is sending multiple notifications after each one until you determine if a plugin is causing the issue to occur.
I found the conflict plugin, it was the Simple Facebook Connect SFC - Like Button plugin.
Really a shame because it is a simple way to get the like button from Facebook. Other parts of the Simple Facebook Connect Plugin family works fine.
Maybe someone here have a alternative plugin suggest to get the Like Button without conflict.
What you can do is try contacting the developer of that plugin and explain the issue. It's most likely outputting Javascript when it should not be. It's pretty common for developers to globally output code. This means that they output javascript to the page even when it is not necessary. When you do this, it can case conflicts with other plugins. This is how most conflicts with Gravity Forms occur. A javascript error happens because of this and then it causes javascript to quit executing, and the form builder won't work at that point if javascript stops executing.
Thanks, I have made a post by Simple Facebook Connect Plugin, let's see if I get a response?
If anybody in this forum have a Facebook integrate plugin working with Gravity Forms, please let me know