Hi! When I check my page with an chronoform form on it I get some chronoforms related errors:
[list]Bad value for attribute size on element input: The empty string is not a valid positive integer.[/list]
[list]Bad value for attribute maxlength on element input: The empty string is not a valid non-negative integer.[/list]
I believe these errors refer to empty values in the input fields like this:
Would it be possible for Chronoforms to not add these attributes when there is no value?
Kind regards,
Jip
[list]Bad value for attribute size on element input: The empty string is not a valid positive integer.[/list]
[list]Bad value for attribute maxlength on element input: The empty string is not a valid non-negative integer.[/list]
I believe these errors refer to empty values in the input fields like this:
<input name="organisatie" id="organisatie" value="" placeholder="" maxlength="" size="" class=" validate['required']" title="Vul uw organisatie in." style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" />
Would it be possible for Chronoforms to not add these attributes when there is no value?
Kind regards,
Jip