HI.
This seems to be similar to what I need. I have a few select boxes that need to change dynamically based on the previous selection, example, First choose country, next selct box shows only cities of that country, then choose city, next shows prvinces of that city… and so on.
Tony, I didn't quite understand what you meant. I have a field in the colum of edittype select say name:country.
onInitializeForm : function (form_id) {
$(”select#country”,form_id).change(function() {
if( $(this).val() == “some_value”)
{