top of page

CDI Blog

  • Writer's pictureCDI

Small Code, Big Impact Vol. 3 (Laserfiche Forms)

Updated: May 31




Fiche Tips: Small Code, Big Impact Vol. 3 (Laserfiche Forms)

Most internet pages you go to have a document title applied to them, which is displayed as text on the tab. You can see that in the video there is a page opened called Digital Transformation Plan. It's about Laserfiche 12 and Empower. You know what that is because it's labeled. But other tabs just say new submission. 


If you built a Laserfiche Form before, you know these are form pages; it just says new submission. Which form is this new submission for? You don't know what this one or this one is. But then you see a tab in the video that says memos and another that says project updates. 


So, how do you do that?


It’s Simple!


All you need to do is add a bit of jQuery code. So, if you go to the CSS and JavaScript on your form and add this little bit of code, whatever you type here as the document title will show up in that tab. 


jQuery Code:


$ (document).ready(function() {

document.title=“memos”;

});


And it's as simple as that.





CDI Newsletter


CDI NEWSLETTER

Stay updated with all the latest Laserfiche news, CDI webinars, blogs, and more!



 

9 views0 comments
news, knowledge, updates, tips & tricks, and more >
bottom of page