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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user