ferreira2u
Active Member
https://alidropship.com/codex/7-setup-subscription-form
Give you informations "How to setup subscription form" using aweber.com
Aweber.com is better than other plugins in some things like:
- dont use your server to send email's/newsletter
- others..
But have one negative point -> the cost.
0 to 500 Subscribers cost $19/mo.
501 to 2500 Subscribers cost $29/mo.
Starting a new business alidropship costs a lot of money. In particular, the promotion campaigns.
So all the money saved, can be used in website promotion campaigns.
Free plugin can be used. Like MailPoet Newsletters https://wordpress.org/plugins/wysija-newsletters
Free version can be used up to 2000 subscribers.
After installing the plugin and making the settings, you should paste this code to your Customization->Subscribe Form
Give you informations "How to setup subscription form" using aweber.com
Aweber.com is better than other plugins in some things like:
- dont use your server to send email's/newsletter
- others..
But have one negative point -> the cost.
0 to 500 Subscribers cost $19/mo.
501 to 2500 Subscribers cost $29/mo.
Starting a new business alidropship costs a lot of money. In particular, the promotion campaigns.
So all the money saved, can be used in website promotion campaigns.
Free plugin can be used. Like MailPoet Newsletters https://wordpress.org/plugins/wysija-newsletters
Free version can be used up to 2000 subscribers.
After installing the plugin and making the settings, you should paste this code to your Customization->Subscribe Form
PHP:
<!--START Scripts : this is the script part you can add to the header of your theme-->
<script type="text/javascript" src="http://utilidadesparaforretas.lurdesvieira.com/wp-includes/js/jquery/jquery.js?ver=2.7.5"></script>
<script type="text/javascript" src="http://utilidadesparaforretas.lurdesvieira.com/wp-content/plugins/wysija-newsletters/js/validate/languages/jquery.validationEngine-pt.js?ver=2.7.5"></script>
<script type="text/javascript" src="http://utilidadesparaforretas.lurdesvieira.com/wp-content/plugins/wysija-newsletters/js/validate/jquery.validationEngine.js?ver=2.7.5"></script>
<script type="text/javascript" src="http://utilidadesparaforretas.lurdesvieira.com/wp-content/plugins/wysija-newsletters/js/front-subscribers.js?ver=2.7.5"></script>
<script type="text/javascript">
/* <![CDATA[ */
var wysijaAJAX = {"action":"wysija_ajax","controller":"subscribers","ajaxurl":"http://utilidadesparaforretas.lurdesvieira.com/wp-admin/admin-ajax.php","loadingTrans":"A carregar…"};
/* ]]> */
</script><script type="text/javascript" src="http://utilidadesparaforretas.lurdesvieira.com/wp-content/plugins/wysija-newsletters/js/front-subscribers.js?ver=2.7.5"></script>
<!--END Scripts-->
<div class="widget_wysija_cont html_wysija">
<div id="msg-form-wysija-html5871b1e64368f-2" class="wysija-msg ajax"></div>
<form id="form-wysija-html5871b1e64368f-2" method="post" action="#wysija" class="widget_wysija html_wysija">
<table style="width: 100%;" border="0" cellpadding="0">
<tbody>
<tr>
<td style="width: 90%;"><input type="text" name="wysija[user][email]" class="form-control validate[required,custom[email]]" title="Por favor introduzir o seu Email" placeholder="Por favor introduzir o seu Email" value="" ></td>
<td style="width: 10%;"><button class="btn btn-default rippler rippler-default" type="submit" value="Subscrever!">Subscrever!</button></td>
</tr>
<tr>
<td><font color="#ffffff">Cadastre-se agora para obter atualizações sobre promoções e cupons.</font></td>
</tr>
</tbody>
</table>
<span class="abs-req">
<input type="text" name="wysija[user][abs][email]" class="wysija-input validated[abs][email]" value="" />
</span>
<input type="hidden" name="form_id" value="2" />
<input type="hidden" name="action" value="save" />
<input type="hidden" name="controller" value="subscribers" />
<input type="hidden" value="1" name="wysija-page" />
<input type="hidden" name="wysija[user_list][list_ids]" value="1" />
</form>
</div>