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".
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;
}
Thanks Sanford Whiteman,
I owe you a pint for this one.
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
Hi Mitchell - that's just a simple rich-text field:
And here it is live on our site: https://www.avanade.com/en/contact
Yes, the trick is in the "checkboxes" field type.
-Greg
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.
This is great! Thanks, Grégoire Michel!Grégoire Michel