Reply to thread

Hmm... upon further research, it appears that readonly is not a valid attribute on certain form fields. Mainly form fields with immutable characteristics, such as radial menus, checkboxes and select menus. So this is not a XenForo bug, but a limitation of the HTML spec. In order to work around this, you can either add a hidden form field, or use a verification function.


[URL unfurl="true"]https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly[/URL]


Back
Top Bottom