For more help, visit the WebGUI Community Wiki.
This template builds a form for the user to edit their User Profile.
- displayTitle
- An internationalized title containing the user's name.
- profile.message
- Messages from the system, in case of errors or further work on the user's part.
- profile.form.header
- HTML code to begin the form
- profile.form.footer
- HTML code to end the form
- profile.form.hidden
- HTML code for directing the form's action
- profile.form.submit
- A button to submit edits to the user's profile.
- profile.form.cancel
- A button to return the user to the last page they viewed without submitting any form data.
- profile.form.elements
- A loop containing all profile fields, sorted by category.
- profile.form.category
- The name of this category.
- profile.form.category
- The name of this category.
- profile.form.element
- The form element for this profile field.
- profile.form.extras
- Extra HTML for this field.
- profile.form.element.label
- The label assigned to this profile field.
- profile.form.element.subtext
- If this profile field is a required profile field, then this will contain an asterisk "*".
- profile.accountOptions
- A loop containing options for other account actions, such as editing a profile, viewing a profile, changing your account, and so on.
- account.options
- A link to an account option with label.