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

Question

Question

Is it possible to change Help link?

asked on April 14, 2017

Is there a way to control the help link in Laserfiche Forms?  I could not find anything on this and we would like to point this at our own help file if possible.  I do not see anything obvious. 

 

Thanks.

0 0

Answer

SELECTED ANSWER
replied on April 17, 2017

Joseph,

 One way to do this is to open the "_Layout.cshtml" file which is found in the "Shared" folder located at  "\Program Files\Laserfiche\Laserfiche Forms\Forms\Views\". Right before the "</body>" element you will want to copy, paste, and save the following code:

 

<script type="text/javascript">
$(document).ready(
  function(){
    var help_url = "https://mycustomurl";
    $("#topnav-help").attr("href",help_url);
  }
);
</script>

Just change the variable "help_url" to your custom url and you should be good to go.

 

Hope this helps!

1 0
replied on April 17, 2017

Awesome, Thanks!

0 0

Replies

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

Sign in to reply to this post.