Archived topic
Different input fields for User Registration Form
1 reply · Started by Avi on April 29, 2022
Hi,
I'm using the "Target" theme.
My site URL is:
https://goodjapanesegoods.com
I just discovered that the User Registration Form shows different input fields depending on where it is accessed from.
When accessed from ABOUT > MY ACCOUNT on the site, it shows the following two fields:
1. Email Address
2. Password
https://pasteboard.co/TR4wsA6r5Co7.jpg
However, when accessed from LOGIN > Register, it shows the following two fields:
1. Username
2. Email
https://pasteboard.co/iTIxm4QT1FGf.jpg
This causes inconsistency in user experience.
Why is this happening? I have not made any intentional changes anywhere.
I want the LOGIN > Register form to show
1. Email Address
2. Password
Just like the ABOUT > MY ACCOUNT page.
How can I accomplish that?
Please help.
Regards,
Rokkhit
Hi Rohkitt,
This is not controlled by GeneratePress.
The My account registration form is a WooCommerce registration form whereas the other form is WordPress default.
You may try adding a PHP code like the one here to add a WooCommerce Login button instead of the one you have now: https://www.collectiveray.com/login-logout-links-woocommerce-menu
Adding PHP: https://docs.generatepress.com/article/adding-php/#code-snippets
Adding it through Code Snippets should work.
Hope this helps! :)