You are viewing limited content. For full access, please sign in.

Question

Question

Link to return to landing page

asked on November 19, 2020 Show version history

Hi, 

I would like to have a link that takes the user to the landing page on every form of my business processes and also when they are done submitting I want the link to be on the thank you page. and takes them back to the landing page rather than them having to close the window.

 

0 0

Answer

SELECTED ANSWER
replied on November 20, 2020

I got this right. On each form I used the custom html field and pasted this code 

<p>
 <a href="http://servername/landingpage" style="color: #0000EE; padding-left:450px"> Click Here To Return To Landing Page</a>
 </p>

 

For the Thank you page I clicked the "Show a follow up message" on event completion tab then pasted this code on the html tab 

 

<div style="text-align: center;" align="center"><div style="margin: 25px auto"><h1 style="font-size: 150%; margin-bottom: 30px;">Thank you!</h1><div>Your form has been submitted. <br> <a href="http://servername/LandingPage" style="color: #0000EE;"> Click Here To Return To Landing Page</a>
 <p></p></div></div></div>

0 0

Replies

replied on August 12, 2021

Prudence lol, I want a follow up message based on a form boolean. If true show this message, else show other message.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.