|
Overview
In this lesson, we will configure Form and List module to display only records that match a search query input into a basic search control that's been customized from an auto-generated XSL created by Form and List.
On a page named 'form-and-list.aspx' we have an instance of Form and List that has two columns:
| Column Title |
Contains |
Column Type |
| Country |
Country Name |
Text |
| Wiki |
Wiki Address |
URL |
In 'Data Table Setup', be sure to enable 'Searchable' for the Country column. In the Form and List module, if you don't enable at least one column as 'Searchable', enabling a setting to display a search box will have no effect.

|