You could build a select box system using cfajax.
  First select box is country selection, "onChange" calls the townCity function 
that then populates the towncity selection box which then calls the suburb box 
etc etc

CFAJAX can be found here:
http://www.indiankey.com/cfajax/examples.asp

Andrew.

>Hi guys,
>
>My client wishes the following scenario for new registrations...
>
>User selects country...
>
>if (country is NZ)
>       user is required to select town/city eg. Wellington;
>       if (town/city is Auckland/Wellington/Christchurch)
>               user is required to select suburb;
>If (country is Australia)
>       user is required to select state;
>       user is then required to select town/city;
>       user is then required to select suburb;
>
>Basically this is going to be quite a complicated form. Am I better to
>do a switch on the country, and then load a specific country form? If
>so, what happens when a registrant needs to update details and has
>changed countries - could I have a change country link that redirects to
>the country select?
>
>Generally forms will be in the structure...
>
>Address
>Suburb
>Town/City
>State
>Country
>
>If possible I would have liked to have kept this structure, but am not
>so sure I could achieve the above functionality.
>
>Just thinking aloud a little, but if anyone has worked on something
>similar I would really appreciate any advice.
>
>Regards
>Mike

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234219
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to