Your index.htm template is fully editable and can be reworked to include any or all search elements types. You may remove any of the search element types at any time if you feel your do not need them. If you only have locations in the USA, you may want to remove the Canadian Provinces from the 'Select a State' drop down list. If you only have locations in the USA, you may want to remove the Select a Country drop down list completely. If you want to only offer Zip Code searches, you may want to remove the Select a State and Select a Country elements all together. Simply view the HTML of the index.htm template and delete the code for these elements to remove them from your template.
The State and Country drop down lists may be edited easily by adding and removing option names and values in the HTML code. If you do not offer locations in a certain State or Country, you can simply remove any unwanted States or Countries from your drop down lists.
An example of this would be: You have several locations that are located on a distant island called "Fantasy Island". You have added your 20 "Fantasy Island" locations in your Admin Control Panel, and assigned them to a country called: Other - FI. (you selected "other" from the drop down country list and typed in a 2-letter abbreviation of "FI").
To allow your visitors to view all your locations on "Fantasy Island", you simply need to add this country to your Select a Country drop down list.
Like this: <option value="FI">Fantasy Island</option>
Now your visitors can select the "Fantasy Island" from your drop down list and view only the 20 locations that contain a "FI" in the country field.
|