Hello community
I've only been using this component for a few days and I'm excited about it.
As far as I have understood the basics and am trying to make a simple component.
I was working on a (probably simple) problem for many hours and couldn't solve it:
I configured a "Field Condition" in the Admin View:
Target Field: New Serial
Target Behavior: Show Toggle
Target relation: isolates
Match Field: Available (radio)
Match Behavior: Is
Match Options: 3 | SN
So far so good: this setting works perfectly in the administrator area (backend). This means that when this data record is edited, the "New Serial" field does NOT initially appear. Only when option 3 (SN) is selected does the New Serial field appear. I also wanted that in the front end.
But in the frontend the New Serial field appears immediately and disappears again when another option in the "Available" field is clicked. If option 3 is clicked in the front end, the "New Serial" field appears again.
I also tried "showon" with the Field parameter, without success.
Various Joomla templates and frameworks were also tested.
My question to experts: how do I get the target field initially HIDDEN in the frontend (just as it works in the backend).
Many thanks in advance