This topic has 4 replies, 3 voices, and was last updated 5 years, 1 months ago ago by Rose Tyler
HI!
I’ve created a contactform and added an opt-in. In the opt-in I’ll have to add a link to the word Privacy verklaring = a must in The Netherlands. How can I do that?
Hello,
Follow the Contact form 7 documentation https://contactform7.com/acceptance-checkbox/ and add an appropriate text with link using the special tag.
Regards
Thanks! I didn’t find it on that page but managed to link it.
Is it possible to allign the ‘tickbox’ to the left of all the contact form fields?
https://prnt.sc/p8blfc
Hello,
Add this code in Custom CSS for the page:
.wpcf7-list-item {
margin-left: 0px !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up