Hi
In a new multi sites project we need to specify for each site some lists of values that should be used to generate site-based selection lists.
For example the option can be the list of countries. For each site we define, in the site configuration, the list of countries that can be managed.
Hence we created a simple selection field (as stated
here) with all the countries. For each site we selectd some countries.
Let's say SITE1 option is : French - England - Italy and SITE2 option is USA- Germany- Brasil
What I am trying to do is to create, for each site, a selection list that ONLY displays the item selected in the site option.
This selection list should have French - England - Italy as possible values for SITE1 and USA- Germany- Brasil for SITE2
I know I can retrieve the values of each site option with this
plugin but how can I feed a select dynamic field with these values ?
Is there any way without php code field?
thanks
cyril