Hi Michael,
in first of all really many thanks for your answer, too appreciated!
Then, my English is not so good. So, I'm not sure I explained well what I mean, because you wrote:
"...it
created a random string for the username, and then once the user was saved..."
I would see the thing a little bit more simples:
I mean, just on Joomla Registration page form during Creation / Editing, to live auto populate / auto fill in the "username" field with the value of the "email" (or) "email2" while typing and before saving >
something like this
- let see the
simple example
- (I'm using the Helix Ultimate template that permit to add "custom JavaScript", but as I wrote I'm not a developer maybe the solution is too simple and obvious, but I really don't now)
- hiding the "username" field that can be done also through Custom CSS...
Here are other two small code suggestions that, maybe, can help:
-
Auto fill username in a form
- May be can be used to add code in the template registration page ? (In my case I'm using Helix Ultimate)
-
Ajax auto populate from field
- May be can be used to add Custom JavaScript to the template ?