Creating a FAQ placeholder
For each item on which users will be able to create a FAQ entry, create an unordered list that contains no list items but contains the following text:
!Q item_bookmark_name!
where item_bookmark_name is the bookmark name used in the <a name> specification in the <h3> tag for the data item. Note that this name may not include embedded spaces. For example, if the heading for Item 1 is:
<h3><a name="Item1">Item 1 Gender</a></h3>
Code the FAQ placeholder as follows:
<ul>!Q Item1!</ul>
The FAQ placeholder should follow the help text on the data item and precede the Rule Help placeholder, if one exists. See Example: Creating a FAQ placeholder.