These code snippets enable you to add custom fields to the user registration form on the My Account page. Custom fields include :
- First name
- Last name
- Company name
- Checkbox
- Drop down menu
The code goes at the end of your child themes functions file.

Here’s the code :
Here’s some sample CSS you might need depending on your theme.
.woocommerce-form-register .input-select {
padding: 10px;
}






Leave a Reply