Forums

Title on page Chronoconnectivity

borricos 27 Jul, 2019
Hello,

I use Chronoforms and Chronoconnectivity V6.
I create a registration form for a sports competition and via a menu, I have the list of registrations appear with Chronoconnectivity.
Everything works perfectly well.

My question is :

On the page Chronoconnectivity where appear all the inscriptions, is there way to make appear a title?
Thank you for your help and sorry for my basic English.

Fabrice Mignon
healyhatman 28 Jul, 2019
In PHP
\GApp::document()->title("My Title Text");
or in a php block that you've called "setTitle"
\GApp::document()->title($this->get("titlevar", "borricos website"));
And then in your event code use {fn:setTitle$titlevar=This is my Title}
So if you put something for titlevar it will set the title to that, and if you don't put anything in titlevar it will default to "borricos website"
borricos 28 Jul, 2019
Hello,

Thank you for your quick reply.
Can you tell me in which tab should I place these instructions with Chronoconnectivity V6?
EVENTS, VIEWS, FUNCTIONS tab ??

Thanks in advance.
This topic is locked and no more replies can be posted.