Is it possible to have Fields (in Types) conditioned to another Field (Add new record - frontend) ?
For example :
Field 'Media' (multiselect) with two options : 'Books' and 'Videos'
If I choose the option 'Books', I get a conditional field :
- Field 'Format_books' (select) with two options : 'epub' and 'mobi'.
But if I choose the option 'Videos', I get another conditional field :
- Field 'Format_videos (select) with three option : 'avi', 'mp4' and 'mkv'.
Of course there is another solution : create two types with different fields.
But if you have a record with 20 fields and only one different, it's a lot of work.
Is it possible to have Fields (in Types) conditioned to another Field (Add new record - frontend) ?
For example :
Field 'Media' (multiselect) with two options : 'Books' and 'Videos'
If I choose the option 'Books', I get a conditional field :
But if I choose the option 'Videos', I get another conditional field :
Of course there is another solution : create two types with different fields.
But if you have a record with 20 fields and only one different, it's a lot of work.