Hello, i get successful using the instructions in the FAQ with the same name of this post.
But when i try to load data from DB i stuck.
The faq could be some like How can I add a simple Double Drop-Down without Ajax loading data from DB?
I have two tables named: ##__tb_state and ##__tb_city
The tb_state fields are:
id << for state id - PK
uf << for state code
name << for state name
The tb_city fields are:
id << for city id - PK
state << state id - FK
uf << state code
name << city name
I have two dropdowns fields (State and City) loading the values from db
I want select in my dropdown state the state name and load only the city names of that state into city dropdown
Could any one to show me a step by step for this specific situation?
I have tried to adapt the FAQ's and posts in forum but i got confused
I purchase the Chronoforms book but i cant adapt to CFV4 because the book was written for CFV3
Im not a programmer but i try to learn with others in the forum
I dont know how to link the two DB Multi Record Loader action to work with dropdowns fields
Do I have to use Dynamic Dropdown Action also?
Im lost, Please help
Sorry about my poor english
If you need i can upload the form and the sql w/ two tables
Clovis
But when i try to load data from DB i stuck.
The faq could be some like How can I add a simple Double Drop-Down without Ajax loading data from DB?
I have two tables named: ##__tb_state and ##__tb_city
The tb_state fields are:
id << for state id - PK
uf << for state code
name << for state name
The tb_city fields are:
id << for city id - PK
state << state id - FK
uf << state code
name << city name
I have two dropdowns fields (State and City) loading the values from db
I want select in my dropdown state the state name and load only the city names of that state into city dropdown
Could any one to show me a step by step for this specific situation?
I have tried to adapt the FAQ's and posts in forum but i got confused
I purchase the Chronoforms book but i cant adapt to CFV4 because the book was written for CFV3
Im not a programmer but i try to learn with others in the forum
I dont know how to link the two DB Multi Record Loader action to work with dropdowns fields
Do I have to use Dynamic Dropdown Action also?
Im lost, Please help
Sorry about my poor english
If you need i can upload the form and the sql w/ two tables
Clovis