View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006863 | module GDPR Opt-in | module GDPR Opt-in - sub | public | 2018-07-26 10:27 | 2024-11-20 16:20 |
Reporter | anton.fedurtsya | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 4.2.0 | ||||
Summary | 0006863: Input "oegdproptin_userregistration" should be required | ||||
Description | This 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. | ||||
Tags | No tags attached. | ||||
|
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. |