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

Question

Question

new submission tab

asked on April 2, 2015

Can I change the name of the forms tab from "New Submission" to the title of the form itself?
 

0 0

Replies

replied on August 21, 2015

Ashley,

This did not work for me - Can you please provide the code needed to change this?  I've entered this in both CSS & JS boxes and it actually creates errors with my other JS/CSS.  

Thanks,

Nate

0 0
replied on August 21, 2015

You only need the line in the JavaScript section. Also note that if you had just copied and pasted from above, that wouldn't work because you wouldn't be using straight quotes. Try

$('title').text("the new title you need")
3 0
replied on August 21, 2015

Thanks Alexander!

0 0
replied on October 29, 2024

Hi Katy, I see this now,

You can do using JavaScript

document.title = "Your custom form name here";

I hope that can help.

 

0 0
replied on October 30, 2024

Does this work in New Forms designer?

0 0
replied on November 1, 2024

I'm sorry, No, I've been trying different variants, even using external jQuery libraries, but I can't get it to work. I don't know how they're compiling the new interface of the forms, because using JavaScript is becoming a headache for it to work. I hope someone with knowledge can shed some light on this issue, because for me at least it's being very limited to use JavaScript in the new form design.

0 0
replied on April 6, 2015

Hi Katy,

 

Yes, you can change the name of the forms tab from ‘New Submission’ to the title of the form itself. In the ‘CSS and JavaScript’ section of the Forms Designer, add the following to both the CSS and JavaScript section: $(‘title’).text(“the new title you need”)

 

Thanks,

Ashley 

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

Sign in to reply to this post.