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

Question

Question

Modern Designer: New Submission tab title text

asked on February 18, 2022

Is there a way to edit the title text like we could with javascript in the modern designer? If not are we still expected to do this with javascript in the future or can we just build this functionality into the form designer or process designer?

 

5 0

Replies

replied on February 20, 2022

It is not supported currently. Can you share with us the use case of customizing it? For example, what title you want to change it to?

0 0
replied on February 21, 2022

Most designers change the title via javascript to something relevant for the form they are designing. Typically the form title. We can wait for javascript support in the modern designer and continue to add the js in every single form we build or you could add a feature to customize the tab title.

2 0
replied on February 22, 2022

As Lexie mentioned, we typically change the page title for our forms to something other than "New Submission" to make it align with the form title.

Feature Request: Forms Document Title - Laserfiche Answers

2 0
replied on February 22, 2022

I understand the use case now. Forms uses the name of the user task as the document title when open a user task. It will be easier for us to change the document title to use the message start event name without supporting customization. Will this work for you?

1 0
replied on February 23, 2022

Yes! That will work.

0 0
replied on February 23, 2022

@████████ I think using the Message Start Event name is a good option, but it might be better as an optional setting, like with a checkbox, since people might prefer "New Submission" over it defaulting to "Message Start Event" on all of their existing forms if they hadn't changed that.

2 0
replied on February 23, 2022

I agree with @████████ - I'd love the option, but only as an option, because I don't like the idea of a bunch of stuff that I haven't renamed showing "Message Start Event" - that's a step backwards from "New Submission".

 

0 0
replied on February 23, 2022

Good thought. I would agree.

1 0
replied on February 24, 2022

Thanks for all your inputs!

1 0
replied on February 22, 2022

Would you mind sharing the Javascript you use to change that?

0 0
replied on February 22, 2022
$('title').text('Enter custom title here');

 

2 0
replied on February 22, 2022

Great!  Thank you.

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

Sign in to reply to this post.