-
1. Re: Setting up a minimalist auto-optin
Liam Dilley Nov 15, 2013 9:21 PM (in response to onlineiq)Hey there, If this is not on another site do not do an aboslute url, set it releative.
If you make a custom web form with subscription this is a better option then campaign form.
What you have with your form is the campain sign up form still with the captcha javascript (so wont submit correctly) and your missing the form paramater for double opt in.
So..
1. Make a custom web form and add campaign to it, nothing else. You should just have the security module, name fields and email and the campaign option.
2. Get the code and put it where it needs to go to be modified.
3. You can remove the name fields (trust me on this) and title field and make sure you remove the javascript for these as well.
4. Checked="checked on the input checkbox for the sign up and you can hide that.
5. You should just have the email field, the submit button and the checkbox and you can style as you need to.
6. You need to add the opt in true to paramater to your form action:
&OPTIN=true
so.. (example only)
/FormProcessv2.aspx?WebFormID=12807&OID=540285&OTYPE=1&EID=0&CID=0&OPTIN=true
-
2. Re: Setting up a minimalist auto-optin
onlineiq Nov 15, 2013 9:25 PM (in response to Liam Dilley)Thanks Liam!
Thats really clear. I wondered whether the form was the way to go as opposed to the Campaign form. I had tried it with adding the optin=true parameters on the campaign form but it still did not work, so this clarifies that I should use web form.
thanks again.
Ursh


