View Issue Details

IDProjectCategoryView StatusLast Update
0006863module GDPR Opt-inmodule GDPR Opt-in - subpublic2024-11-20 16:20
Reporteranton.fedurtsya Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version4.2.0 
Summary0006863: Input "oegdproptin_userregistration" should be required
DescriptionThis issue has been moved from github issues.

herieth commented on Jun 11
The input field "oegdproptin_userregistration" in Application/views/blocks/user_account_newsletter.tpl should be required to prevent a submit without accepting the declaration of consent.
TagsNo tags attached.

Activities

QA

2018-07-26 16:20

administrator   ~0012542

There is a check inside. If the field is empty, an error message is displayed after submit:

        [{if $Errors.oegdproptin_userregistration}]
            [{assign var=oError value=$Errors.oegdproptin_userregistration.0}]
            <div class="text-danger">[{$oError->getOxMessage()}]</div>
        [{/if}]

The other obligatory fields get a required tag after submitting the form. But not the oegdproptin_userregistration checkbox.