By Douglas Humphris on Wednesday, 25 April 2018
Posted in General Issues
Replies 1
Likes 0
Views 664
Votes 0
Hi,
We now need to have explicit permission to store email addresses on our website (data protection laws).

Is there any way to have a link to our privacy policy and a checkbox so that users have to confirm they have ready our privacy policy before they leave their email address when posting a comment?

If not, is there any way to turn off email address collection so that we do not store email addresses at all, unless they already have a Joomla account?

Thanks, Douglas
Yes, you can enable term and condition setting from backend > Komento > setting > layout > editor > Enable Terms and Condition , you can refer on my attached screenshot below.

It seems like currently unable to add HTML element into `Text for Terms and Condition` textarea, but you can put your custom term and condition content into this PHP file -> JoomlaFolder/components/com_komento/themes/wireframe/form/dialogs/tnc.php

Replace your custom content (included your link which link to your privacy policy page) into this line of code.

<?php echo $content; ?>
·
Wednesday, 25 April 2018 10:50
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post