Hello, CF6 guru!
I've got the following question - what would be the BEST PRACTICE to create a form where multiple text fields are filled in from DB based on ONE DROPDOWN WALUE?
For ONE text field I have done following:
1. Create an Event in dropdown =
The QUESTION IS -
should I do all of actions written above for EACH field SEPARATELY, or ....
somehow join everything for all the fields?
WHAT IS THE BEST PRACTICE? what is working, what is not?
Thanks!
Elita
I've got the following question - what would be the BEST PRACTICE to create a form where multiple text fields are filled in from DB based on ONE DROPDOWN WALUE?
For ONE text field I have done following:
1. Create an Event in dropdown =
on Change>reload>text_field;2. Create text_field with
Reload event > load_text_field;3. Create load_text_field page with
1) read data
2) PHP value fill in script
3) custom code {view:text_field}
The QUESTION IS -
should I do all of actions written above for EACH field SEPARATELY, or ....
somehow join everything for all the fields?
WHAT IS THE BEST PRACTICE? what is working, what is not?
Thanks!
Elita