Hello,
I built a Site Form with 2 fields, where the 2.field is visible, when in the 1.field a certain value is selected.
Like this::
Field 1 (Select Simple): Manufacturer
Values to select: Man1, Man2, Man3, miscellaneous
Field 2 (Text): miscellaneous manufacturers
State/Trigger: Field 2 is hidden when Field 1 is different
miscellaneousThis works fine.
But how do I construct a Content Type field, that shows
- the value of Field 1, if the value is different miscellaneous
- or
- the value of Field 2, if the value is equal miscellaneous
I tried to do this with a
3. field, which
- is filled by ID (of Field 1=530) when Field 1 is different miscellaneous
- or
- is filled by ID (of Field 2= 514) when Field 1 is equal miscellaneous
Plesae see
screenshot
(miscellaneous=
Sonstige, Versuchsfeld 3= Field 3, Hersteller_elt_Rolli=Field 1)
But it doesn’t work!
Did I trigger it in the right way?
How has
Field 3 to be saved? Is it ok, that it is saved , even if the value is already saved in the database?
Can anybody please give me an hint?
Thanks for your time,
best wishes
_Alex