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

Question

Question

Redirect back to tasks after form submission

asked on April 26, 2017

Seems like an obvious question.... I need to redirect back to the inbox after form submissions but I cannot specify the host name in the redirection.  For example I want to do this:

 

Redirect to /Forms/Home/Tasks for the Thank You message

but when I do this I get the following error:

 

Laserfiche Forms has encountered a problem.

The redirect url (/Forms/Home/Tasks) is invalid. [LFF705-InvalidRedirectUrl]

 

I cannot specify the http://host part because it is accessed in a few different ways (internally vs externally) and I do not want to hard code that to keep the business process more flexible.

Any ideas?

0 0

Replies

replied on April 27, 2017

You can edit the thank you message in HTML mode and use something as following:

<div style="text-align: center;"><div style="margin: 25px auto"><h1 style="font-size: 150%; margin-bottom: 30px;">Thank you!</h1><div>Your form has been submitted.</div><div>Go back to <a href="../Home/Inbox" target="_blank">Inbox</a></div></div></div>

 

0 0
replied on April 27, 2017

Not really the right solution, but yes that is what I am currently doing.  It's just more prone to errors since have to mess with the html.  I also didn't really want the extra click.

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

Sign in to reply to this post.