Design help to create a web form
Hi,
I need to design and code a web form to allow the user to insert 'locations' into the database. Intially the User has to select 'country' from the list. From this selection another list displays locations from the database. User selects one of these locations from this list.
On this form there is a 'add more locations' button. If the user clicks on this button, it should allow to select country and locations at runtime. In this way the user can enter any number of locations. How would I achieve this functionality?
Thanks.
|