Hi all,
in my site i've several forms made by CF5.
Several elements in this forms are similar, Dropbox for a specific information, entry fields and so on.
In each form i've inserted the localization so my site is becaming multilingual.
One question: it is possible to have a Global localization so i write once the labels ?
Thanks a lot.
Paolo
in my site i've several forms made by CF5.
Several elements in this forms are similar, Dropbox for a specific information, entry fields and so on.
In each form i've inserted the localization so my site is becaming multilingual.
One question: it is possible to have a Global localization so i write once the labels ?
Thanks a lot.
Paolo
Hi Paolo,
Not as a built in feature :-(
You can do some parts of this by including files. For example if you have a drop-down that you use in several forms you can put that into a separate file and include it into a custom element like this
It might be possible to include a locales file but I have never tried and I doubt if it will work.
Bob
Not as a built in feature :-(
You can do some parts of this by including files. For example if you have a drop-down that you use in several forms you can put that into a separate file and include it into a custom element like this
<?php
include (JPATH_SITE.'/components/com_chronoforms/includes/file_name.php');
?>
It might be possible to include a locales file but I have never tried and I doubt if it will work.
Bob
Hi GH,
thanks four your answer.
:-)
Paolo
thanks four your answer.
:-)
Paolo
This topic is locked and no more replies can be posted.