Force Opt-in on Newsletter Subscription Forms

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.
  1. 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&amp;OID={module_oid}&amp;OTYPE={module_otype} &amp;EID={module_eid}&amp;CID={module_cid}">

You make it:

action="/FormProcessv2.aspx?WebFormID=111111&amp;OID={module_oid}&amp;OTYPE={module_otype} &amp;EID={module_eid}&amp;CID={module_cid}&OPTIN=true">

No comments:

Post a Comment