Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to provide name of user while registering #121

Open
web3rover opened this issue Aug 10, 2015 · 0 comments
Open

How to provide name of user while registering #121

web3rover opened this issue Aug 10, 2015 · 0 comments

Comments

@web3rover
Copy link

I want to provide the name of user along with username while registering. Here is the code I am using:

        conn.register.fields.username = document.getElementById("username").value;
        conn.register.fields.password = document.getElementById("password").value;
        conn.register.name = document.getElementById("username").value;
        conn.register.submit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant