mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
Merge pull request #3404 from SimSync/fix_3375
Fixes #3375 Added GDPR Agreement checkbox to contact form (incl. Lans)
This commit is contained in:
@@ -295,3 +295,9 @@ define("PRFLAN_273", "Lifetime in seconds. 0 = until the browser is closed. ");
|
||||
define("PRFLAN_274", "Contact form will only be visible to this userclass group.");
|
||||
define("PRFLAN_275", "View this page using https (SSL) to modify this option");
|
||||
define("PRFLAN_276", "PHP Default (Preferred)");
|
||||
|
||||
define("PRFLAN_277", "GDPR Settings");
|
||||
define("PRFLAN_278", "URL to the Privacy Policy");
|
||||
define("PRFLAN_279", "Make sure the url exists! It's best to use an absolute url. This setting will be used on all places that require a consent from the user (e.g. signup, contact form/menu, etc.).");
|
||||
define("PRFLAN_280", "URL to the website terms and conditions");
|
||||
define("PRFLAN_281", "Make sure the url exists! It's best to use an absolute url. This setting will be used on all places that require a consent from the user (e.g. signup, contact form/menu, etc.).");
|
||||
|
@@ -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");
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user