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

Question

Question

Is there a way to customize the shared Laserfiche Form URL to say something other than New Submission?

asked on November 20, 2019

If I try to post one of our forms link on Facebook, the image/ preview, is showing up as New Submission and not the name of the form.  Any ideas on how that can be changed?

New Submission.PNG
0 0

Replies

replied on November 20, 2019

I'm not sure it will affect how it displays on Facebook, but you can change the title on loading with JavaScript.

$(document).ready(function(){
  // set page title
  document.title = 'My Form';  
});

This is a good use case for adding a built-in way to customize that!

2 0
replied on November 20, 2019

We've got this one in the Forms backlog!

1 0
replied on November 20, 2019

It would be nice if the title took on the title of the Form itself, but if you are wanting to edit it in Facebook before Laserfiche makes the change, there are some steps that need to be done.

Facebook use to let you edit the link preview information, but removed it because spammers were taking advantage of it. In order to change link preview information now, you have to prove ownership of the domain the link is for.

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

Sign in to reply to this post.