cmsimple-xh / cmsimple-xh

A modular, easy-to-install, flat file CMS without database
http://www.cmsimple-xh.org/
32 stars 21 forks source link

Contact form: Label for captcha input missing #536

Closed frase-git closed 3 weeks ago

frase-git commented 2 years ago

Various html validators complain about a missing label for the captcha input field. Actually this is not a real bug - I think. Maybe you could put the hint text ("Please enter this number (spam prevention)" as input label? This sentence is anyway as <p> in the middle of the form and awkward to style. But means a BC break.

frase-git commented 2 years ago

Just now it occurs to me that the above also applies to the textarea.

cmb69 commented 2 years ago

Right, both inputs should have labels, and I consider the missing labels more like a bug, but let's fix that for 1.8 only.