9 years ago
4
Topic

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.

Get a Book for SEBLOD
4229 Posts
Kadministrator
9 years ago
2
Level 1

Hi,

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:

http://www.seblod.com/products/2997

9 years ago
0
Level 2

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.

9 years ago
0
Level 2

Please when I select the "type" Dynamic Cascade, the parent option does not appear.

4229 Posts
Kadministrator
9 years ago
0
Level 1

You need to set Behavior to End for the second select dynamic, parent option only appears for in between and end selects

Get a VIP membership