User Form
This is a maintenance topic, used by the Wiki administrator.
Data form definition of user topics
| Name |
Type |
Size |
Values |
Tooltip message |
Attributes |
| FirstName |
text |
40 |
|
|
|
| LastName |
text |
40 |
|
|
|
| Gender |
text |
40 |
|
|
|
| City |
text |
40 |
|
|
|
| State/Province |
text |
40 |
|
|
|
| Country |
text |
40 |
|
|
|
| Professional Activity |
text |
40 |
|
|
|
| Name of your Organization |
text |
40 |
|
|
|
| Site of organization |
text |
40 |
|
|
|
| Picture |
label |
1 |
|
|
H |
| WorkStatus? |
select |
1 |
Current, Former |
|
H |
Customizing the User Form
If you want to change the user form, you would first want to make a copy of this form to the Main Web. That ensures your changes stay intact after a Foswiki update.
To make a copy, follow these steps:
- By hand:
- Take a copy of this topic and save it to Main.UserForm
- When editing your new UserForm topic, change the entries in the data form definition. You may remove all explanation around the table.
- Automatically:
you will return here after saving

Note that your form changes will only be visible in a user topic after it has been saved.

Please keep the
UserRegistration form and this form definition in sync. When you update this form you need to edit/save the
NewUserTemplate topic. This ensures that the fields are in the right order.
A form for new users
To use your new user form for new (registering) users, create a copy of
Main.NewUserTemplate.
- Automatically:
you will return here after saving
Related topics: WikiUsers,
PatternSkinUserViewTemplate,
NewUserTemplate,
UserHomepageHeader,
DataForms,
UserRegistration
Topic revision: r3 - 2010-05-14 - 16:04:32 -
AdminUser