We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

HTML in Exit Message

Questions and answers about Plum Survey

Moderators: admin, support

Post Reply
lgrubish
Posts: 1
Joined: Tue Oct 13, 2009 10:11 am

HTML in Exit Message

Post by lgrubish »

I have added the following HTML to the Exit Message on a survey.

Code: Select all

<h2 align="center">Thank you for sharing your feedback and for being an active part of the Nutro Demo Team!</h2> 
<h3 align="center">Visit the Nutro Online Training Site as well as the Nutro Sites</h3>
<br /><br /><p align="center"><a href="www.ej4.com/campus">Nutro Online Training Modules</a><br /><br /><a href="www.ultraholistic.com">Ultra Holistic Site</a><br /><br /><a href="www.nutroproducts.com">Nutro Products, Inc. Site</a></p>
The survey is in test now. When i finish the survey, everything appears as i expected it to. However, the links i have inserted have your site appended to them and as such do not work. http://websurvey.plumvoice.com/html/www.ej4.com/campus
The above is the link that appears for the first link tag.

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

link to external by including "http://" portion- I

Post by support »

If you want to link to an external site, you must include the "http://" portion. Otherwise web browsers interpret it as a link local to our IVR site. An IVR example of one of your links with the correct URL is:

Code: Select all

<a href="http://www.ultraholistic.com">Ultra Holistic Site</a>

Post Reply