Theme:
ID and FORM and Firefox
Meuon 2026-05-10 5793
Recently had a glitch where specific versions of Firefox would not act on a Submit button if the forms ID and FORM tags matched. I contend that reveals that such is bad practice, and just keeping the id and form tags different solves the issue. Other people wanted to blame the browser. Good example: <form id=info form=infoform> #html #firefox