fraze |
|
---|---|
I've done some searching, but unfortunately can't find anything specific. thanks |
GHengeveld |
|
---|---|
You can do this: <input type="text" name="ruserfirstname"> Where 'firstname' is the name of the extra field. |
fraze |
|
---|---|
ok, will that enter them into the database after registration? |
Trustmaster |
|
---|---|
They do work on registration page. Make sure you use proper tags in users.register.tpl, e.g. {USERS_REGISTER_FIRSTNAME}. May the Source be with you!
|
fraze |
|
---|---|
unfortunately that doesnt appear to work on my genoa installation...ive added {users_register_firstname} and {users_register_lastname} to my registration form but when it loads in a browsser the area is just blank. |
Trustmaster |
|
---|---|
Tags are case-sensitive. May the Source be with you!
|
fraze |
|
---|---|
sorry - i did put them in uppercase, just typed it lowercase here for speed. |
Trustmaster |
|
---|---|
Hmm, I couldn't reproduce it: users.register.tpl: <tr> <td>{USERS_REGISTER_FIRSTNAME_TITLE}</td> <td>{USERS_REGISTER_FIRSTNAME}</td> </tr> <tr> <td>{USERS_REGISTER_LASTNAME_TITLE}</td> <td>{USERS_REGISTER_LASTNAME}</td> </tr> May the Source be with you!
|