There are several ways… Simplest way is to add a new field to registration field and then validate the field when form submitted. Follow this….
Copy wp-content/plugins/woocommerce/templates/myaccount/form-login.php file over to your theme folder wp-content/themes/your-theme/woocommerce/myaccount/form-login.php
Add below code right under *Email address field.. if you have not edited the file yet.. then it’s line number 88 where after you have to put it…
2
Answers
There are several ways… Simplest way is to add a new field to registration field and then validate the field when form submitted. Follow this….
wp-content/plugins/woocommerce/templates/myaccount/form-login.php
file over to your theme folderwp-content/themes/your-theme/woocommerce/myaccount/form-login.php
*Email address
field.. if you have not edited the file yet.. then it’sline number 88
where after you have to put it…Add Validation… Check if Email & Confirm Email is same value..