1 / 3
May 2014

Hi,



I have searched the forum thoroughly for this answer and came across this post http://www.e-junkie.com/bb/topic/5013



Here is my problem. I have entered the following message in the Common Thank You Page HTML Box.



"Thank You for your purchase. After downloading your files please click on the following link to go back to our website http://healingpowerhour.com"



The above url link is not clickable on the thank you page. It's just a regular text and when I looked on the customizing your E-junkie-generated thank-you pages for the code to make this website link clickable I don't see such a code. It doesn't seem to be one.



What am I do wrong and if there is a way to make that link clickable on the Thank You Page can you please share that information with me?



thanks



Keelah

  • created

    May '14
  • last reply

    May '14
  • 2

    replies

  • 1.3k

    views

  • 2

    users

  • 2

    links

Hi Keelah,



You'll need to manually add the necessary HTML code to make a clickable link. That would look like this:



Thank You for your purchase. After downloading your files please click on the following link to go back to our website <a href="http://healingpowerhour.com"> http://healingpowerhour.com </a>





Feel free to copy and paste that into your settings. You can also change it around, for example the following code would create a clickable link out of the text "Healing Power Hour" instead of the plain address:



<a href="http://healingpowerhour.com">Healing Power Hour</a>