I have a template called "activity" with two pagetable fields.
Fields:
activity_create_cast
activity_create_date
activity_create_cast:
uses "cast" template for creating castpages.
the cast template contains a pagefield called select_multi_dates.
activity_create_date:
uses "date" template for creating datepages.
the date template contains a pagefield called select_activity.
Now what i want is create a cast with activity_create_cast and I want that the selection of the select_multi_dates pagefield should be the pages wich i created before with the activity_create_date.
How can I achieve this under the select_multi_dates pagefield with a PHP-Selector?
I know its complicated PHP-Selector. Hope you can help me.
Thanks for your attention.
Nukro