Posted by Isak on November 23, 2012 at 1:36am
how to do 2 select list: in the first user can choose the departure city, in the second the arrival city and it display info for all the trip. sorry i'm a beguiner on drupal and speak English bad !
Comments
I don't understand what you
I don't understand what you want. Check module hierarchical select. It seems it helps you.
---
Vahid Sebto
select list
I want to have two combo list like this, and when i select for example france in the first list and espagne in the second it display something like .....
if(combo1.pays=france) and (combo2.pays=canada)
{ printf(........)
}
Dans quel pays habitez-vous ?
France
Espagne
Italie
Royaume-Uni
Canada
États-Unis
Chine
Japon
You want to look at #ajax. If
You want to look at #ajax. If you download the Examples module, there is an Ajax example included.
Jaypan We build websites
i did not see it where u said
i did not see it where u said
Examples module Download
Examples module
Download that, and inside the package is a module called ajax_example.
Jaypan We build websites