| Attribute Name | Required/Optional | Default | Description |
| actionURL | required |
| URL of the Web page that the search is submitted to. This Web page should contain a call to cf_searchresult. |
| searchURL | required |
| URL of the Web page(s) that the search is limited to. Multiple URLs must be delimited by |. URLs must start with http or https and end with /. For example: http://www.umassd.edu/engineering/|http://www.atmc.umassd.edu/ would only search the engineering Web site and the ATMC Web site. |
| fieldLength | optional | 20 | Length of the text form field for the search keywords. |
| fieldText | optional |
| Text that appears in front of the text form field. |
| fieldTextStyle | optional |
| Font style defined in the Web site's style sheet to be used in <font class="style"> where style is the name of the style. It can be used to format fieldText. |
| buttonText | required | Search! | Caption of the form submit button. |
| buttonImage | optional |
| URL of an optional form submit button image. If provided the image replaces the standard submit button and the value specified in buttonText. |
| buttonImageAlign | optional | middle | Alignment of the form submit button image. Possible values are: LEFT, RIGHT, TOP, ABSMIDDLE, ABSBOTTOM, TEXTTOP, MIDDLE, BASELINE, and BOTTOM. |