Page 1 of 1

Problem with setup opt in code

Posted: Thu Sep 12, 2013 3:07 pm
by vinibr
Hi Guys!

I tried to setup the opt in code with my own php autoresponder but the codes are missing after to click in the buton "save changes".

I use the BF Autoresponder and the complete code for my form is below.

<form method="post" action="http://www.novonegocio.com.br/inc/email ... ?list_id=1" onsubmit="return validateForm(this);">
<input type="text" name="name" size="30" value="Novo Negocio Opt In">
<input type="text" name="email" size="30" value="">
<input type="hidden" name="ok" value="1">
<input type="submit" value="Sign Up">
</form>

May someone help me please?

Posted: Thu Sep 12, 2013 3:27 pm
by Jean-Christophe Bisoux
Hi,
can you try this config

Form Action URL: http://www.novonegocio.com.br/inc/email ... ?list_id=1
Form NAME field: name
Form EMAIL field: email
Hidden fields:
<input type="hidden" name="ok" value="1">

Regards,
JC