nliautaud / p01contact

Create contact forms by writing simple tags. Also a plugin for GetSimple and Pico CMS.
MIT License
16 stars 15 forks source link

Bug @chromium browsers #73

Open evan70 opened 1 year ago

evan70 commented 1 year ago

This might prevent the browser from correctly autofilling the form and accessibility tools from working correctly.

<label for="p01-contact1_field1">I'd like to contact you</label>

To fix this issue, make sure the label's for attribute references the correct id of a form field.