Configuring an HTML/HTM file (with tags) |
If the content of the e-mail is read from a template with an HTML/HTM extension, tags containing information (attributes) about the document may be created. The tags must have the following structure to be replaced by values of attributes: <#attribute_id#>.
In the <# #> tags you can use attribute ID #s in addition to the system methods: ▪struppercase(<content>): Changes the content passed as a parameter to upper case. ▪strlowercase(<content>): Changes the content passed as a parameter to lower case. ▪strtofirst(<content>): Displays the first part of the content passed as a parameter. ▪strtolast(<content>): Displays the last part of the content passed as a parameter. ▪getNameUser(): Displays the full name of the user. ▪getNameSurvey(): Displays the name of the survey. ▪getSurveyLink(): Shows the URL link by which it is possible to access a survey to answer it.
|