MyAccount_BodyFutureStudent configuration setting
Keys
Key | Value |
---|---|
1 | CommunityPortal |
2 | CustomHTML |
3 | MyAccount |
4 | BodyFutureStudent |
Description
The MyAccount:BodyFutureStudent configuration setting allows you to customise the text, fields and buttons displayed on the student contact details section of the My Account tab for future students.
Note: This configuration setting is only relevant to future students.
Note: Future students are only displayed in the portal if the AllowFutureStudents configuration setting is True. See AllowFutureStudents configuration setting.
Default value
The default value is Contact Details<br/><br/><table class=contact_details_table><tr><td>Name:</td><td>{MailNamePrimary}</td></tr><tr><td>Mobile:</td><td>{DefaultMobilePhoneTextBox}</td></tr><tr><td>Email:</td><td>{DefaultEmail}</td></tr><tr><td>Notes:</td><td>{FreeTextMultiline}</td></tr></table><br/><br/>{SubmitButton}.
Setting a different value
Type the text into the Value field of the Configuration File Maintenance window. See Configuration File Maintenance window.
Note: The text must conform to HTML standards so that it is displayed without error.
Tip: You can use replaceable fields as placeholders for values that are read from the database according to which user is viewing the page. For example, if {StudentFullName} is entered, it is replaced with the full name of the relevant student. See Using CustomHTML.