Edit input tag profile field_1?
-
Is there any way to edit the input tag for profile field_1 (fullname) on the signup form?
I wanted to use the javascript I found here to autogenerate username from fullname on typing, but it requires a way to add onkeyup=”copyinput()” to the input tag, like this:
`<input type=”text” name=”field_1″ id=”field_1″ value=”” onkeyup=”copyinput()” />
Unfortunately the input tag for field_1 is generated with very obscure php code split over several files. I can’t figure it out.
Or will this be possible in the new template system in version 1.1?
I already have another solution to generate username from fullname, but this javascript solution would be cleaner and less intrusive.
- The topic ‘Edit input tag profile field_1?’ is closed to new replies.