We are trying to create a form that has people enter their email address and confirm they would like to opt into emails. There is only an unsubscribe field in the form field (no subscribe or opt in). Is there a way to make Rich Text a check box?
Solved! Go to Solution.
Subscription Management Center - Marketing Rockstar Guides
Building a Full Subscription Center in Marketo - Marketing Rockstar Guides
there's also a good blog post on this inside the community.
Yes, what you want to do is to create a new field or simply rename one that is already in the data base and use that as your subscribe field. There isn;t one by default however.
Yes, you can add a checkbox in a Rich Text area and have the submit button disabled until the opt-in is checked. This may be preferable to creating a new custom field just for this function.
Thank you Sanford. This is exactly what I am looking for. Is there a way to have the check box already checked?
Sure:
<input type="checkbox" id="optIn" checked="checked">
Just keep in mind, this is usually frowned upon (to pre-check the checkbox) - and in some countries, not allowed. The quality of your permission DB will be greater if you leave it up to the user to decide if they wish to opt-in.
Quite true. Having a prechecked checkbox that suggests purposeful user action ("I agree") is misleading at best and illegal a worst. I was merely saying how it would be done.
Subscription Management Center - Marketing Rockstar Guides
Building a Full Subscription Center in Marketo - Marketing Rockstar Guides
there's also a good blog post on this inside the community.