Hi,
I have a joomla 1.5 website with chronoforms. I want create a form with name, adress, zipcode and make a reservation store and then submit all on an email adress. What I want exactly is when I enter a zipcode on the textbox, that upload dynamically on another textbox all the store who are present on this zipcode and after that I choose one store on this list who is near my home. For your information, all the store name and adresses are on one mysql table.
How can I do that please with chronoforms. Thanks.
I have a joomla 1.5 website with chronoforms. I want create a form with name, adress, zipcode and make a reservation store and then submit all on an email adress. What I want exactly is when I enter a zipcode on the textbox, that upload dynamically on another textbox all the store who are present on this zipcode and after that I choose one store on this list who is near my home. For your information, all the store name and adresses are on one mysql table.
How can I do that please with chronoforms. Thanks.
Hi ag3,
This sounds like a 'double drop-down' where the options on the second drop-down change when a selection is made on the first.
Please see this FAQ for some more information.
Bob
This sounds like a 'double drop-down' where the options on the second drop-down change when a selection is made on the first.
Please see this FAQ for some more information.
Bob
Hy GreyHead,
Thanks for your reply. It's not excatly a double drop-down. What I want Is a textbox where I can insert inside a zipcode and under this textbox have a drop-down list with all my store corresponding with the zipcode I have enter before. For example, I enter on the textbox the zipcode 92 and on my drop-down list I will have all store who are on the departement 92.
I have read the FAQ on the chronoforum but sorry I didn't arrive to obtain somethings. That doesn't work for me. If you want I can give you an access yo my backend.
Thanks.
Thanks for your reply. It's not excatly a double drop-down. What I want Is a textbox where I can insert inside a zipcode and under this textbox have a drop-down list with all my store corresponding with the zipcode I have enter before. For example, I enter on the textbox the zipcode 92 and on my drop-down list I will have all store who are on the departement 92.
I have read the FAQ on the chronoforum but sorry I didn't arrive to obtain somethings. That doesn't work for me. If you want I can give you an access yo my backend.
Thanks.
Hi ag3,
There isn't any built in support in ChronoForms for doing this using a text box for the source data. You can probably do it by adapting the Ajax code used for the double drop-down.
The problem with using a text box as the source is that the user can type anything in to the box so that you have to filter the data to validate it.
There is an AutoComplete Processor built in. That uses a text box and suggests a list of possible values that the user can pick from to complete the text-box entry. You could possibly use that in this case.
Bob
There isn't any built in support in ChronoForms for doing this using a text box for the source data. You can probably do it by adapting the Ajax code used for the double drop-down.
The problem with using a text box as the source is that the user can type anything in to the box so that you have to filter the data to validate it.
There is an AutoComplete Processor built in. That uses a text box and suggests a list of possible values that the user can pick from to complete the text-box entry. You could possibly use that in this case.
Bob
This topic is locked and no more replies can be posted.