- 🇨🇦Canada franckylfs Montreal
Here's my fix based on option A) of @jwilson3 but simplified. From my point of view, only first level elements should be hidden. It's easier then to target items to display. Applied CSS looks like this :
form.antibot > * { display: none !important; } form.antibot noscript { display: block !important; }
- last update
about 2 years ago 3 pass - last update
about 2 years ago 3 pass - First commit to issue fork.
- 🇨🇦Canada danrod Ottawa
I tested the patch below and works as expected (screenshot attached):
Tested form too. I'll move this to RTBC and merge it shortly. If anyone has question or concern with this issue, please let me know and I'll re-open the task.
- Merge request !30Issue # 3109918 by franckylfs: Applied changes to target to hide only the first elements → (Merged) created by danrod
- 🇨🇦Canada danrod Ottawa
Merging it to 2.0.x for now, if anyone has any questions or concerns, please let me know and I'll re-open the task.