Problem with setup opt in code

Best Wordpress plugin to engage your users and collect their email. You can use header alerts, popups, or exit pages, and it works with any popular emailing service such as Mailchimp or AWeber
vinibr
Junior Member
Posts: 1
Joined: Thu Sep 12, 2013 3:00 pm

Problem with setup opt in code

Post 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?
Jean-Christophe Bisoux
Posts: 283
Joined: Tue Feb 28, 2012 10:36 am
Location: Canillo, Andorra

Post 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
Post Reply