Martin Auswöger
Martin Auswöger
Ja, ich denke das ist sinnvoll. Die Fehlermeldung sollte direkt über dem subscribe Formular angezeigt werden.
Is the `isVisibleElement` hook missing on purpose? Should we use the authorization checker in the front end controller and in the isVisibleElement method to replace the existing code? > should...
> aber ich kann mir keinen ernsthaften Grund vorstellen warum jemand 2 aber nicht 7 Tage auf einen Vorschau-Link zugreifen darf? Vielleicht derselbe Grund der die Auswahl zwischen 1 und...
As discussed in the Contao Call today this would be our propsal: 1. Prefer to use use `getCurrentRequest()` 2. If this does not work because of technical reasons (like firewall...
@birdmedia which version of Contao do you use?
If you are using Contao 4.6, you can register a `prepareFormData` hook with a function like this: ```php $data = [ 'post' => $_POST, 'server' => $_SERVER, ]; $captchaKey =...
~~Analyzing a log file I noticed that the spammer didn’t send the `captcha_X_name` field at all which probably is something we should check for.~~ **EDIT:** no it’s not :( ~~We...
No, I don’t think there is. In theory this would work with a selector like `.tl_listing tr:has(input:checked) td`, but sadly [no browser supports it](https://caniuse.com/#feat=css-has).
> As far as I tested this solely depends on what the browser (or OS) inputs into the ``. You sure? The HTML spec seems to define that browsers always...
But why was this not a problem earlier, I’m pretty sure I’d have noticed that.