TEMA:

Form-Emails werden nach absenden mehrfach versendet 1 año 10 meses antes #261159

  • Autor del tema
  • Ralle1170
  • Fuera de línea
  • Navegador Iniciado
  • Navegador Iniciado
  • Registered
  • Mensajes: 18
  • Gracias recibidas: 1
Hallo,

ich habe ein Problem. Nach dem Absenden werden die Antwortmails an den Admin und an den der das Formular ausfüllt mehrfach (bis zu 20x) versendet.
Wie kann ich das unterbinden. Das jeweils nur einmal versendet wird.
Ist das ein Bug?

Vielen Dank

Ralle
Adjuntos:

Por favor, Identificarse o Crear cuenta para unirse a la conversación.

Form-Emails werden nach absenden mehrfach versendet 1 año 10 meses antes #261160

  • Avatar de tihana.krivic
  • tihana.krivic
  • Fuera de línea
  • Moderador
  • Moderador
  • Registered
  • Mensajes: 12079
  • Gracias recibidas: 786
Hi,

I hope we can continue in English.

This could happend if you are using custom email sending involved in custom code being used in submit piece. Are you using custom code for send email?

Regards,
Tihana

Por favor, Identificarse o Crear cuenta para unirse a la conversación.

Form-Emails werden nach absenden mehrfach versendet 1 año 10 meses antes #261161

  • Autor del tema
  • Ralle1170
  • Fuera de línea
  • Navegador Iniciado
  • Navegador Iniciado
  • Registered
  • Mensajes: 18
  • Gracias recibidas: 1
Hi,
no, I don't use a code to send. I only have one code for this dummy text field against spam. This is from the side here. Otherwise I have everything standard from Breezingforms.
Is it otherwise possible to hide the send button after a click?

regards
Ralle

Por favor, Identificarse o Crear cuenta para unirse a la conversación.

Form-Emails werden nach absenden mehrfach versendet 1 año 10 meses antes #261162

  • Avatar de tihana.krivic
  • tihana.krivic
  • Fuera de línea
  • Moderador
  • Moderador
  • Registered
  • Mensajes: 12079
  • Gracias recibidas: 786
Hi,

go to your form > advanced >more options > form pieces > before form > add the following code in there :
echo '
<script>
        jQuery(document).ready(function(){
            jQuery("#bfSubmitButton").on("click", function(){
                jQuery("#bfSubmitButton").attr("disabled", true);
            });
        });
    </script>
';
This will disable Submit button after it's clicked for the first time.

Regards,
Tihana
El siguiente usuario dijo gracias: Ralle1170

Por favor, Identificarse o Crear cuenta para unirse a la conversación.

Form-Emails werden nach absenden mehrfach versendet 1 año 10 meses antes #261204

  • Autor del tema
  • Ralle1170
  • Fuera de línea
  • Navegador Iniciado
  • Navegador Iniciado
  • Registered
  • Mensajes: 18
  • Gracias recibidas: 1
Hi,

very good.

Thank you

Regards
Ralle

Por favor, Identificarse o Crear cuenta para unirse a la conversación.

Form-Emails werden nach absenden mehrfach versendet 1 año 10 meses antes #261211

  • Avatar de tihana.krivic
  • tihana.krivic
  • Fuera de línea
  • Moderador
  • Moderador
  • Registered
  • Mensajes: 12079
  • Gracias recibidas: 786
HI,

np, anytime :)

Regards,
Tihana

Por favor, Identificarse o Crear cuenta para unirse a la conversación.

  • Página:
  • 1
Moderadores: ForumSupport
Tiempo de carga de la página: 0.063 segundos

Live Support Chat Opened!

Join our Discord chat here and enter the Crosstec channels to receive live support and talk directly to the team!