1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 18:32:44 +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

@@ -51,6 +51,12 @@ $CONTACT_TEMPLATE['menu'] = '
<label for="contactBody" >'.LANCONTACT_06.'</label>
{CONTACT_BODY=rows=5&cols=30}
</div>
<div class="form-group"><label for="gdpr">'.LANCONTACT_24.'</label>
<div class="checkbox">
<label>{CONTACT_GDPR_CHECK} '.LANCONTACT_21.'</label>
<div class="help-block">{CONTACT_GDPR_LINK}</div>
</div>
</div>
{CONTACT_SUBMIT_BUTTON}
</div>
';
@@ -97,6 +103,15 @@ $CONTACT_TEMPLATE['menu'] = '
{CONTACT_IMAGECODE}
{CONTACT_IMAGECODE_INPUT}
<div class='form-group'><label for='gdpr'>".LANCONTACT_24."</label>
<div class='checkbox'>
<label>{CONTACT_GDPR_CHECK} ".LANCONTACT_21."</label>
<div class='help-block'>{CONTACT_GDPR_LINK}</div>
</div>
</div>
<div class='form-group'>
{CONTACT_SUBMIT_BUTTON}
</div>