1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-23 06:33:22 +02:00

fixes #3375 added GDPR Agreement checkbox to contact form (incl. Lans)

This commit is contained in:
Achim Ennenbach
2018-08-27 20:12:54 +02:00
parent c165fad9f0
commit 986633d117
3 changed files with 40 additions and 0 deletions

View File

@@ -37,5 +37,9 @@ define("LANCONTACT_17", "Please enter your name.");
define("LANCONTACT_18", "Please enter your e-mail address.");
define("LANCONTACT_19", "Please enter the subject for your e-mail.");
define("LANCONTACT_20", "Please enter your message for us.");
define("LANCONTACT_21", "I consent to having this website store my submitted information so they can respond to my inquiry"); // By using this form, you agree to the storage and processing of your data through this site.");
define("LANCONTACT_22", "Privacy policy");
define("LANCONTACT_23", "You can find our privacy policy here: [x]");
define("LANCONTACT_24", "GDPR Agreement");