Re: Marketo GDPR Compliance-a summary of key ideas

Gerard_Donnell4
Level 10

Re: Marketo GDPR Compliance-a summary of key ideas

Ahh,

Unfortunately, my form is asking for extra non-required information and the problem I have is that I only need to target the single asterix of the "terms and conditions" field.  I have tried targeting the specific form label but it doesn't work and the div's on the forms don't have ID's.  I guess I'm going to have to get creative and use some javascript.  I should actually rephrase that last line to "Get creative and ask Sanford Whiteman​ for the solution".

SanfordWhiteman
Level 10 - Community Moderator

Re: Marketo GDPR Compliance-a summary of key ideas

Include my FormsPlus::Tag Wrappers script.

Then each of the rows will have a data- attribute like

<div data-wrapper-for="termsAndConditions">

and you can use that in your CSS:

.mktoForm [data-wrapper-for="termsAndConditions"] .mktoAsterisk {

  display: none !important;

}

Gerard_Donnell4
Level 10

Re: Marketo GDPR Compliance-a summary of key ideas

Thanks Sanford Whiteman​,

I owe you a pint for this one.

Anonymous
Not applicable

Re: Marketo GDPR Compliance-a summary of key ideas

Hi Dan,

This was super helpful. Thanks for sharing.

I am interested in how you are presenting the next block of text below what you have highlighted ie "Avande is committed etc etc"

Any tips appreciated.

Mitch

Dan_Stevens_
Level 10 - Champion Alumni

Re: Marketo GDPR Compliance-a summary of key ideas

Hi Mitchell - that's just a simple rich-text field:

pastedImage_0.png

And here it is live on our site: https://www.avanade.com/en/contact

Grégoire_Miche2
Level 10

Re: Marketo GDPR Compliance-a summary of key ideas

Yes, the trick is in the "checkboxes" field type.

-Greg

Grace_Brebner3
Level 10

Re: Marketo GDPR Compliance-a summary of key ideas

This is fantastic, Grégoire Michel.

Secondary to the required fields in forms, I'd love to see a mechanism for handling subscription preferences for multiple brands in multiple workspaces under a single partition. It'd be great to have the security of the default unsubscribe field functionality without forcing people to opt out of everything.

Grégoire_Miche2
Level 10

Re: Marketo GDPR Compliance-a summary of key ideas

Hi Grace,

This what is about. With this idea, you could define a "brand" tag for programs and automatically assign to each tag value a smart list that would exclude people specifically for this brand.

-Greg

Grégoire_Miche2
Level 10

Re: Marketo GDPR Compliance-a summary of key ideas

Added this one:

-Greg

Amanda_Thomas6
Level 9

Re: Marketo GDPR Compliance-a summary of key ideas

This is great! Thanks, Grégoire Michel​!Grégoire Michel