Bypass Double Opt-In Process
From Online Business Wiki
Click on + to expand the category
Sometimes you may not want to use the Double Opt-In process when visitors sign up to a newsletter.
In this case, you can Bypass this process.
What you will need to do is to change the Action URL of the form in question, and add and add &OPTIN=true as shown in the sample script below…..
Change -
/FormProcessv2.aspx?WebFormID=12807&OID=540285&OTYPE=1&EID=0&CID=0
to
/FormProcessv2.aspx?WebFormID=12807&OID=540285&OTYPE=1&EID=0&CID=0&OPTIN=true
Any customer that submits that form will then automatically be opted in :)

