Hello, I have two form drop downs. Category and Sub Category. Values for both the fields are obtained from the database. Based on what the user selects for Category, i want to dynamically populate the drop down for Sub Category. I reviewed the latest manual and followed the instructions (Trigger for reload, reload form event, etc), but it is not working.
It appears the reload event (on change) is not being triggered for some reason.
I created read_data section in the reload_event to pulling values for subcategory.
I tried the following to pass the user selected category to where clause for the sub category.
Data13.goal_category_id:{data:select8}
Data13 is the model name, and select8 is the ID for form field Category.
I double/triple checked everything, but not able to get this working.
Please help if I have missed a step.
It appears the reload event (on change) is not being triggered for some reason.
I created read_data section in the reload_event to pulling values for subcategory.
I tried the following to pass the user selected category to where clause for the sub category.
Data13.goal_category_id:{data:select8}
Data13 is the model name, and select8 is the ID for form field Category.
I double/triple checked everything, but not able to get this working.
Please help if I have missed a step.