TOP

v65:blogSearch

<v65:blogSearch></v65:blogSearch>

Description: This tag displays a search form for blog posts.

Optional Attributes:

formWidth: the width in pixels of the search input field

default: 100
usage: <v65:blogSearch formWidth="100"></v65:blogSearch>

buttonText: the text of the search button

default: Search
usage: <v65:blogSearch buttonText="Search"></v65:blogSearch>

HTML Source Output:

<form method="post" action="/index.cfm?method=blog.blogsearch">
     <fieldset>
          <div>
               <input type="text" name="searchText">
               <button type="submit" value="submit" class="defaultBtn"><span>Search</span></button>
          </div>
     </fieldset>
</form>