Hello all,
I'm trying to get the login/register working as listed here -> Creating login functionality on eCommerce registration form for return customers
I have it working but I'm having a small issue that the checkout form has the username/password modules in it so that new users can create an account. The problem is when I login and it shows this form I hide the username/password fields, because the user already has an account. Yet the form fields are still on the DOM and still getting checked client side.
How can I have the username/password be there for new users, yet remove it when a user logs in? ... Is it as simple as using the {module_username} and {module_password} on those inputs?
Thanks for the help.