Banner
Home :: Knowledge Base

How to add Specialties to Standard Zip Search How to add Specialties to Standard Zip Search


To add Specialties to your Zip Code search box form:
  1. Open the Specialty Manager.
  2. Mouseover the Edit icon and record the specialty ID number and name for each specialty.
  3. Open your search form in a text editor.
  4. 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>

  5. Replace XXXX with the actual specialty ID# and Specialty Name with the actual name that you recorded earlier.
  6. Paste the form code into your web page.

Alternate Option

  1. Using Field Layouts, assign the fields you want to use to the Advanced Search form.
  2. Open the advanced search form in your browser.
  3. Select View Source from your browser tool bar.
  4. Copy the source code of the Advanced Search form to your clipboard.
  5. Paste the code into your text editor (like Notepad).
  6. 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


Email This Article

or close