SOLVED

Re: Subscription Preferences Form

Go to solution
Anonymous
Not applicable

Subscription Preferences Form

Hi! I have a few subscription preferences form questions. When I visit Marketo's subscription preferences page for reference, there are a few things that they do that I'm looking to replicate:

  1. The email address is not editable, meaning I cannot update it. When I created my form, that wasn't an option. How do I enable that?
  2. When I want to suspend my email for 90 days, it freezes (or doesn't make any of the email types editable). How do I enable that? Also, I want to more options (i.e. 15 days, 30 days and 90 days). How do I make it the same for all 3 and is there also a way to make it so that if you click one, you cannot click the others (i.e. I click "pause for 15 days" I cannot also click "pause for 30 days")?
  3. Same for "Unsubscribe from all" button, if I click that, how do I freeze (or gray out and make every other button uneditable)? Check out the images for reference.

Thanks for your help!

Other options grayed outNot grayed out
Screen Shot 2016-09-20 at 9.46.41 AM.pngScreen Shot 2016-09-20 at 9.46.30 AM.png
1 ACCEPTED SOLUTION

Accepted Solutions
Josh_Hill13
Level 10 - Champion Alumni

Re: Subscription Preferences Form

Steve,

Most of the functions you want require custom javascript. Please hire a developer to do that.

  • non editable email - I personally hate this and there are threads here that denounce that. Instead, use the Not You? option to give the lead an option to go to a non prefill page+form.
  • Suspend 90 days - this requires extra fields or picklists and a workflow in Marketo. I've found that this is often challenging to pull off without some thought into wait steps and Suspended.
  • Unsubscribe All+gray out - custom dev, but honestly not really a big need. They unsubscribe, then your workflows will opt out on the other fields.

Please do a search here for lots of material on how to do this. I also have 3 articles on my site marketingrockstarguides.com.

View solution in original post

2 REPLIES 2
Josh_Hill13
Level 10 - Champion Alumni

Re: Subscription Preferences Form

Steve,

Most of the functions you want require custom javascript. Please hire a developer to do that.

  • non editable email - I personally hate this and there are threads here that denounce that. Instead, use the Not You? option to give the lead an option to go to a non prefill page+form.
  • Suspend 90 days - this requires extra fields or picklists and a workflow in Marketo. I've found that this is often challenging to pull off without some thought into wait steps and Suspended.
  • Unsubscribe All+gray out - custom dev, but honestly not really a big need. They unsubscribe, then your workflows will opt out on the other fields.

Please do a search here for lots of material on how to do this. I also have 3 articles on my site marketingrockstarguides.com.

Anonymous
Not applicable

Re: Subscription Preferences Form

Thank you Josh. I appreciate the quick feedback!