cancel
Showing results for 
Search instead for 
Did you mean: 

General Discussions

kdv
Journeyman III

Bug: support forum registration id="agree" input must be enabled

Now the HTML element contains the "disabled" attribute, which is interpreted by browser as disabled state independently of it's value.

<input id="agree" class="field" data-field-name="termsandconditions" data-field-type="text" disabled="" type="checkbox">

So, the only way to check this box on is to edit element through HTML debugging tools to make it NOT disabled. The "disabled" HTML attribute should be never used on enabled <input> element

0 Likes
0 Replies