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 | |
|---|---|---|---|---|---|---|
| Status | radio | 8 | Draft, Published, Legacy, Archived, System | Type of post, not publicly visible | M,H | Draft |
| FirstName | text | 40 | ||||
| LastName | text | 40 | ||||
| OrganisationName | text | 40 | ||||
| OrganisationURL | text | 40 | ||||
| Profession | text | 40 | ||||
| Country | select | 1 | ||||
| State | text | 40 | ||||
| Address | text | 40 | ||||
| Location | text | 40 | ||||
| Telephone | text | 40 | ||||
| VoIP | text | 40 | ||||
| InstantMessaging (IM) | textarea | 50x4 | (One account per line, if several) | |||
| text | 40 | |||||
| HomePage | text | 40 | ||||
| Comment | textarea | 50x6 |
A form for new users
If a new user registers, the new user page is prefilled with the contents of NewUserTemplate. That template also contains a user form, based on the form definition in UserForm. You have created a custom user form, so you ought to use a custom 'new user' template as well. This will make your changes safe to future Foswiki upgrades. To create your custom new user template, do this:-
you will return here after saving
- Or create a copy by hand:
- Take a copy of NewUserTemplate and save it to Main.NewUserTemplate
- Set the topic form to your custom UserForm topic
Related topics: WikiUsers, PatternSkinUserViewTemplate, NewUserTemplate, UserHomepageHeader, DataForms, UserRegistration