Wrong HTML optimization
-
It seems Autoptimize removes value 0 from the attribute:
<input type="hidden" name="price_option" value="0">
becomes
<input type=hidden name=price_option value>
This breaks the form where the input is used.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Wrong HTML optimization’ is closed to new replies.