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

Question

Question

Customize Browser Tab

asked on March 14, 2019

Is it possible to customize a forms browser tab to remain consistent with company branding and naming conventions?

So I would like to change the Forms New Submission browser tab to reflect something that incorporates the name of my company.

Thanks

0 0

Answer

SELECTED ANSWER
replied on March 14, 2019
$(document).ready(function () {
	document.title = "Insert title here";
});

This javascript should do the job, but you'll have to incorporate it in each forms you make.

Don't know if it is possible to change the tab title for all the the forms at one place.

3 0
replied on March 14, 2019

Thanks! Perfect

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.