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
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
In PHP
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"
\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"
This topic is locked and no more replies can be posted.