To ensure your customers are going to receive your newsletters when they subscribe, you need to add the force opt-in parameter to your form.
- Edit your newsletter forms and add &OPTIN=true to the end of the form action ( <form action="..." )
All new subscribers will then be opted-in as soon as they subscribe to a newsletter using this form.
Ex.
So...for instance, you have a form element that has an action attribute like:
action="/FormProcessv2.aspx?WebFormID=111111&OID={module_oid}&OTYPE={module_otype} &EID={module_eid}&CID={module_cid}">
You make it:
action="/FormProcessv2.aspx?WebFormID=111111&OID={module_oid}&OTYPE={module_otype} &EID={module_eid}&CID={module_cid}&OPTIN=true">
No comments:
Post a Comment