How to set default category on relationship field input?
-
Say a website has 300 categories, the use has to scroll down forever to find the category he needs, is there a way to add a default category on the select list, and then it’s child items also if possible?
So when click on select for instance it would drop down like this?
– Felines
— Tigers
— Lions
— Jaguars
I’ve read the documentation and seen things like:
Set Default Value via Parameter?
And
Customized?<em style=”user-select: auto;”>WHERE
tried inputing stuff in after reading documentation like:
education_requirements.id = 50Where category ID is 50 and field name is education_requirements
But can’t get this working, is this even possible?
- The topic ‘How to set default category on relationship field input?’ is closed to new replies.