How to display required Field Errors “Inline” in account page Forms?
I have solution:
I can do this using jquery validator but this not WordPress way, there is any WordPress validtor to display or handle errors in inline.
I got answer for checkout page https://businessbloomer.com/woocommerce-display-required-field-errors-inline-checkout/
but this is not working for my account page forms.
2
Answers
function.php
In Style.css
Beside the answer from pdchaudhary, I worked on a custom solution because I had the need for custom inline error messages (for custom or standard checkout fields) on my woocommerce shop.
So I leave the link here to the corresponding gist. Maybe it’s helpful for people reading over this article.
Gist: Woocommerce – Custom Inline Error Messages
Cheers!