Tell us what you are trying to do?
I am trying to use Radio and Check box to connect to database fields In both of them there is an option "Display the value of this field from the database". I chose that - I dont know how it works. Is there another place where I can define the data table and field
(I was thinking this one would work like pods where the database tables and fields are showing up and I can choose them. )
Is there a similar example that we can see?
Custom field group
Table scategory - with fields id(primary), cat_id, name Example Home Electronic for this cat_id is 1. Grocery for this cat_id is 3
Table ssub_category with fields id (primary), cat_id_, sub_cat_id, sub_cat name. (in otherwords each sub category is/should be linked to one category only -- that is why cat_id field is given to each subcategory item. sub-category for Home Electronic sub_cat_id 5. TV. sub_cat_id 6 Speakers. sub_cat_id 7 Smart Monitors
sub-category for Grocery sub_cat_id 10. Continental sub_cat_id 12 Asian sub_cat_id 14 Fresh Food
Wherever sscategory is chosen at backend admin menu or front end - for adding or editing records for example in the first relationship field record
cat_id is shown user clicks cat_id Home Electronics then in the next relationship field of sub-cat - it should show only sub_cat_id 5. TV. sub_cat_id 6 Speakers. sub_cat_id 7 Smart Monitors. when he chooses grocery onlythe sub-category continental or asia or fresh food should be shown to choose from
Can you please work out an example and let me know how it can be achieved.
Hello. Thank you for contacting the Toolset support.
Do you mean you want to display first the top level taxonomy tern and when you click on top level taxonomy term it should display the associated child terms?