Research Pro Saved Results Form
Command link: None
HTML document: MFSavedResults.html
The Research Pro Saved Results form displays records saved from a Research Pro search. From the Saved Results form, users can print saved records or email them to a specified email address.
This form accepts the following tokens:
Token | Description |
---|---|
<!--{mftoplogo}--> | The system replaces this token with the value of the MF_TOPLOGO Web option. |
<!--{mferrmsg}--> | The system replaces this token with any system error message. |
<!--{mferrmsg}--> | The system replaces this token with any system status message (for example, E-mail has been sent). |
<!--{mfprint}--> | The system replaces this token with the value of the MF_ICON_PRINT Web option. |
<!--{mfemailto}--> | The system replaces this token with a text box for the user to enter one or more email addresses to send a list of saved results to. Multiple email addresses must be delimited by commas. Email addresses are validated to verify they contain an ampersand (@) and period in the name. If the email address is invalid, the system displays the error message specified in the MF_EMAIL_INVALID_MSG Web option. |
<!--{mfemailsubject}--> | The system replaces this token with an input box for the email subject line. The system automatically populates the input box with the value of the MF_EMAIL_SUBJECT Web option. |
<!--{mfemailformat}--> | The system replaces this token with radio buttons allowing the user to choose to format the saved results email as HTML or text. |
<!--{mfemail}--> | The system replaces this token with the value of the MF_ICON_EMAIL Web option. |
<!--{mfclose}--> | The system replaces this token with the value of the MF_ICON_CLOSE Web option. |
<!--{mfhelp}--> | The system replaces this token with the value of the MF_ICON_HELP Web option. Clicking this link calls the MFHelp.html customizable form. |
<!--{mfselectall}--> | The system replaces this token with the value of the MF_ICON_SELECTALL Web option. |
<!--{mfdeselectall}--> | The system replaces this token with the value of the MF_ICON_DESELECTALL Web option. |
<!--{mfupdatelist}--> | The system replaces this token with the value of the MF_ICON_UPDATELIST Web option. |
<!--{mfsavedresults}--> | The system replaces this token with a list of the user's saved results. |
<!--{mfbotlogo}--> | The system replaces this token with the value of the MF_BOTLOGO Web option. |
You can create separate custom forms for each combination of language by using the following naming convention:
MFSavedResults_LANG.html
LANG | The language code (spi for Spanish, frc for French, etc.). |