Hello,
I have two Fields in Form A:
Field Name: cr_account
Type: text
Storage: none
Field Name: cr_accountx
Type: FieldX
Field: cr_account
Storage: Custom | User | cr_accountx[cr_account]
In the database the content is stored in table cck_store_item_users in column cr_accountx:
Example Storage:
<br />::cr_account::2::/cr_account::<br /><br />::cr_account|0|cr_accountx::Sunrise::/cr_account|0|cr_accountx::<br />::cr_account|1|cr_accountx::Sunset::/cr_account|1|cr_accountx::<br />
Now I want to use the Content (Sunrise | Sunset) of FieldX of the current logged in user in a Form B aus a Simple Drowpdown list.
How can I realize this?
Every advice ist welcome.
Papi