Review form required fields
-
Textarea in review form is rendered without required attribute (aria-required is present), but if I submit the form I receive this message “ERROR: please type a comment.” on next page/
This is textarea HTML:
<textarea id="comment" name="comment" cols="45" rows="8" aria-required="true"></textarea>I use:
WordPress 4.4
WooCommerce 2.4.12
Tested on Twenty Fifteen, Twenty Fourteen and Twenty Thirteen
The topic ‘Review form required fields’ is closed to new replies.