Survey Forums

HomeHomeSurvey Project ...Survey Project ...GeneralGeneralMailing TemplateMailing Template
Previous
 
Next
New Post
2/14/2017 1:47 PM
 
How do I change the contents of the body of the invitation email?  It seems to link to a xml file (en.xml), when I change this to a local test site it seems fine, but when added to the live site it doesn't take the change and is still the default.
 
New Post
3/5/2017 11:26 AM
 

Hello,

As you've noted correctly the content is set in the XML file at
..surveywap/xmldata/languages/....

en.xml or en-us.xml (and other language files)

Entry: 
  <data version="1.0" id="143" name="InvitationMessageTextBox">
    <value>
      Dear Sir, Madam,
      &lt;br /&gt;&lt;br /&gt;
      We kindly invite you to participate in the "{0}" survey.
      &lt;br /&gt;&lt;br /&gt;
      Please open the following link in your webbrowser: &lt;br /&gt;
      &lt;a href="{1}"&gt;{1}&lt;/a&gt;
      &lt;br /&gt;&lt;br /&gt;
      Or enter the following personal code if needed:
      [--invitationid-]
      &lt;br /&gt;&lt;br /&gt;
      Kind regards,&lt;br /&gt;
      {2}
    </value>
  </data>

If changes work locally they should work on a third party server. Possibly empty the caching or refreshing the live site may help.

Also make sure your browser language settings are adjusted to the changed language files (en.xml or en-us.xml) and the serversettings.

 
Previous
 
Next
HomeHomeSurvey Project ...Survey Project ...GeneralGeneralMailing TemplateMailing Template