To add Specialties to your Zip Code search box form:
- Open the Specialty Manager.
- Mouseover the Edit icon and record the specialty ID number and name for each specialty.
- Open your search form in a text editor.
- Add the following code for each specialty:
For Checkboxes
<input type="Checkbox" name="specXXXX">Specialty Name
For Dropdown List
<SELECT name="speciality">
<OPTION>All</OPTION>
<OPTION value="XXXX">Specialty Name 1</OPTION>
<OPTION value="XXXX">Specialty Name 2</OPTION>
<OPTION value="XXXX">Specialty Name 3</OPTION>
</SELECT>
- Replace XXXX with the actual specialty ID# and Specialty Name with the actual name that you recorded earlier.
- Paste the form code into your web page.
Alternate Option
- Using Field Layouts, assign the fields you want to use to the Advanced Search form.
- Open the advanced search form in your browser.
- Select View Source from your browser tool bar.
- Copy the source code of the Advanced Search form to your clipboard.
- Paste the code into your text editor (like Notepad).
- Select form elements you wish to use and copy/paste them into the form code.
Article is in the following categories:
KB » HTML Code Customization
KB » HTML Code Customization

How to add Specialties to Standard Zip Search
Email This Article