How to modify Form - Header onload?

Dear All,

In Layout -> Header & Footer -> Inclusion Title, the content is ‘{lang_othr_frmi_titl} - User’.

How can we modify the ‘Inclusion Title’ by condition? Is there a function to do so?

Regards,
CK

Re: How to modify Form - Header onload?

Have you tried:

{lang_othr_frmi_titl} = ‘My New header’;

I have not, so it may not work directly, but it should. If not, let me know and I can research the array that it resides in.

Regards,
Scott.

Re: How to modify Form - Header onload?

Thanks, it works.

But, I need to go to every Form to edit it. Is there a way to modify the default value?

Currently the default value for {lang_othr_frmi_titl} is ‘New record’, but I want to make it to ‘Add New Record’ for all Forms.

Regards,
CK

Re: How to modify Form - Header onload?

Edit the language: Tools/Locales/Languages and replace the text of that variable.

Regards,
Scott.

Re: How to modify Form - Header onload?

Scott,

Thanks for your information :slight_smile:

Regards,
CK