Custom Username
-
Hi team,
Firstly, congratulations for the great product you’ve built. It works just perfect, and I’ve tried many during the past weeks, but this one is the most accurate.
Thank you in advance:
I am using the “Username” configuration. It works good. However, I have a specific question: Can I setup the username of each individual, instead of them?
My users are already logged in the website, and I want them to use their current username automatically. Is there any configuration that I can use to accomplish that?
I tried this simple code, but I get “Enter your username” every time. If I enter username manually, it works good, but not with Javascript.
document.getElementById('wcAuthFieldUserName').value = 'John';
setTimeout(function() { document.querySelector('button.wcButton').click(); }, 2000);Thank you again guys, keep it up!
- This topic was modified 4 months, 2 weeks ago by .
- This topic was modified 4 months, 2 weeks ago by .
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.