Skip to main content

Hi All,

 

I have a smartform created, which i open in runtime using the URL, the title of the webpage displays  as the Form Name. Hot do i change the Title to remain a constant variable.

 

Thanks,

dear,

 

its the default behavior of SmartForms, I don't think you can change it


Are you sure about it ?

 


HI, This works for me.

 

Open the form you want to edit.

Drag a data label control anywhere on the form.

Then copy the following onto the text propoerty of that datalabel.

 

<script type="text/javascript">    $(document).ready(function() {        document.title = 'blah';
});

</script>

 

Change the name "blah" to what you want it to be.

 

Hope tha thelps


I would also add that there is an existing feature request to add an ability to change the browser page title name so that it is different to the name of the form, but alas there is no clear implementation date for this yet.


Hi Mikhail

 

do you know if there are any updates on this topic yet? Or somebody else?

 

Best regards

Thomas


@HL-TD I seen couple of requests from the clients for this back in 2015 - then there was no timeframe available for this feature request, and as far as I know it is not yet implemented still. Extra support requests from the clients who need this feature may help to draw attention of product management to this - so I'll encourage those who interested to get this implemented to log support tickets for this.


Reply