Subscription Email (Footer)

conor

Member
Hi, I have tried to test my subscribe email box which comes automaticly. Ive looked on channel in my membership list and it hasn't appeared. Here is the code from the customised tab in Wordpress.

<form class='subscribe-form form-inline' method='post' accept-charset='UTF-8'
action='https://www.aweber.com/scripts/addlead.pl'>
<input type='hidden' name='meta_web_form_id' value='509496166'/>
<input type='hidden' name='meta_split_id' value=''/>
<input type='hidden' name='listname' value='awlist3960106'/>
<input type='hidden' name='redirect' value='https://justyours.co.uk/subscription'/>
<input type='hidden' name='meta_adtracking' value='World_Of_Harry_Potter'/>
<input type='hidden' name='meta_message' value='1001'/>
<input type='hidden' name='meta_required' value='email'/>
<input type='hidden' name='meta_tooltip' value=''/>
<div class='form-group'>
<input type='email' name='email' value='' class='form-control' id='email'
placeholder='Please enter you email'
required='required'>
<button name='submit' type='submit' value='Submit'
class='btn btn-default rippler rippler-default'>Subscribe</button>
</div>
<p>
<small>Register now to get updates on promotions and coupons.</small>
</p>
</form>

I have created a Mail mailing list administration in the Cpanel. Is there anything else I'm doing wrong?
 

Victoria Kudryashova

Administrator
Hi, I have tried to test my subscribe email box which comes automaticly. Ive looked on channel in my membership list and it hasn't appeared. Here is the code from the customised tab in Wordpress.

<form class='subscribe-form form-inline' method='post' accept-charset='UTF-8'
action='https://www.aweber.com/scripts/addlead.pl'>
<input type='hidden' name='meta_web_form_id' value='509496166'/>
<input type='hidden' name='meta_split_id' value=''/>
<input type='hidden' name='listname' value='awlist3960106'/>
<input type='hidden' name='redirect' value='https://justyours.co.uk/subscription'/>
<input type='hidden' name='meta_adtracking' value='World_Of_Harry_Potter'/>
<input type='hidden' name='meta_message' value='1001'/>
<input type='hidden' name='meta_required' value='email'/>
<input type='hidden' name='meta_tooltip' value=''/>
<div class='form-group'>
<input type='email' name='email' value='' class='form-control' id='email'
placeholder='Please enter you email'
required='required'>
<button name='submit' type='submit' value='Submit'
class='btn btn-default rippler rippler-default'>Subscribe</button>
</div>
<p>
<small>Register now to get updates on promotions and coupons.</small>
</p>
</form>

I have created a Mail mailing list administration in the Cpanel. Is there anything else I'm doing wrong?
Please have a look at this article: https://alidropship.com/codex/7-setup-subscription-form/
 
Top