I recently got an assignment to work with Invision Power Software. My job is to create several applications. The first one needs me to create three ajax-based fields, where the content of 2nd field depends on 1st, and 3rd on 3nd.
OK, it sounds complicated. How about this: I need Country / City / Province, where list of cities and provinces is dynamically loaded from database depending on previous fields.
How to create three custom dropdown fields where data for them is dynamically loaded (second field depends on first, third field depends on second)?