Print
Linking to a Survey Page
Using a website-link Message tag you can automatically create a link to a published Survey Page from an email Message.
For example:
<tp:website-link websiteID="fruitSite" uri="surveys/fruit.html" appendToken="true" relatedComponentType="survey" relatedComponentID="fruitSurvey">Click this</tp:website-link>
Attribute
|
What it does
|
websiteID
|
Specifies the ID (ID number or Alpha ID) of the website containing the page to link to.
|
uri
|
Specifies the relative path to the Survey Page.
|
appendToken
|
Using a boolean value (true or false) determines if a token should be appended to the URL. If excluded the default value of true will be used.
|
relatedComponentType
|
Determines the type of component that is being linked to, and should be set to survey.
|
relatedComponentID
|
Specifies the ID (ID number or Alpha ID) of the Survey to display when the link is opened.
If this is excluded the default Survey for that page will be displayed when the links is clicked.
|
The website-link tag must be added to the Content view of the email Message that you wish to include the link.
|