I need to build a registration form where the administrator registers the state and the city, dynamically.
I can not imagine how.
Plg_cck_field_select_dynamic_cascade bought the extension and I can not set. the database is mysql and Joomla CMS is 3.3.3.
first you need to have one database table with countries and one with cities with some column that links them (e..g in cities table you need to have a column like city_id). Then you can setup dynamic cascade field , first one with countries and second one with cites, in second one you specify city_id )or whatever your field linking second db to the first one) as parent. There is similar example, only with three selects, with details on the product page:
Got it and had done it, because he had read the tutorial, however, when I select the option of selecting Mardi Gras cascade field does not appear the "father" to put the related field in the first table.