I am new to Javascript and CSS in Laserfiche forms and was wondering if I could use either to change the default text of a new form submission from this:
to say my own custom text? For example "New Staff Submission" or whatever else I would like to say.
I did try a few things suggested by chatgpt, but none of those solutions worked.
I tried:
document.title = "Custom Form Title"; // this did not work
Then other various flavors like adding timing to force the rename to happen later in the process. When I do go to the F12 console, I can type the above code and it WILL rename the tab, but that is after the form has loaded. I am also using the new Forms Designer, not the Classic.