you currently don’t add ‘required’ to form elements for required fields. I have to do this using js on page load – please just make it happen. At least provide a checkbox to do/not do this.
Open
Last updated: February 17, 2023
Log in to comment on this feature request.
Hi,
We are using standard WooCommerce function woocommerce_form_field(). We do have required in our extension code but right this function does not support it. As soon as this function is updated for HTML5, our extension will support this validation. Right now we do not want to add it through JS as it may not be reliable solution for thousands of customers.
Thank you,