User Form
This form is the locally customized MAMMAG Web new user form. It is an adaptation of the
UserForm provided by Foswiki. Because it is saved to the Main web, this form should survive updates to the Foswiki software.
User pages require that three things be kept in sync. Altering any one of these, may require adjustments to the other two:
- UserRegistration - the HTML form someone fills out to become a user
- UserForm - the Foswiki definition of the HTML form. This is unique to Foswiki and is a sort of meta-definition that helps the wiki get hold of the data.
- NewUserTemplate - a template for the new user page created when a person registers. Data displayed in this layout is retrieved from a Foswiki form. The UserForm is the form configured to for use with the user pages generated from the NewUserTemplate.
Data form definition of user topics
| Name |
Type |
Size |
Values |
Tooltip message |
Attributes |
| FirstName |
text |
40 |
|
|
|
| MiddleName |
text |
40 |
|
|
|
| LastName |
text |
40 |
|
|
|
| PIFirstName |
text |
40 |
|
|
|
| PIMiddleName |
text |
40 |
|
|
|
| PILastName |
text |
40 |
|
|
|
| OrganisationName |
text |
40 |
|
|
|
| OrganisationURL |
text |
40 |
|
|
|
| Affiliation |
checkbox |
3 |
academic research, biotech professional, medical professional, genealogist, patient or family member , other (specify in comments) |
(select all that apply) |
|
| Profession |
text |
40 |
|
|
|
| ResearcherID |
text |
20 |
|
Your ID# from Researcherid.com |
|
| MammagID |
text |
10 |
|
Your MAMMAG Researcher ID# |
|
| Country |
text |
40 |
|
|
|
| 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) |
|
| Email |
text |
40 |
|
|
|
| HomePage |
text |
40 |
|
|
|
| Comment |
textarea |
50x6 |
|
|
|
Related topics: WikiUsers,
PatternSkinUserViewTemplate,
NewUserTemplate,
UserHomepageHeader,
DataForms,
UserRegistration