Skip to content
Snippets Groups Projects
README.txt 1.08 KiB
Newer Older
Patrick Drotleff's avatar
Patrick Drotleff committed
-- SUMMARY --

FAQ Field

This module provides a field for frequently asked questions.
Added, you can create simple but smooth FAQs on any piece of content.

-- REQUIREMENTS --

The core field module.
Patrick Drotleff's avatar
Patrick Drotleff committed


-- How to use it? --

Install as usual, see http://drupal.org/node/895232 for further information.
Patrick Drotleff's avatar
Patrick Drotleff committed

Configuration
  No configuration needed.

Usage
  You can add the field to any entity (eg. content type, users, ..) as usual.
Patrick Drotleff's avatar
Patrick Drotleff committed
  On the fields settings you can choose what kind of answer input widget should
  be used and how it should be filtered. If you choose a formatable textarea
  you can configure the default filter by the default value preview on the field
  settings page and there are several advanced options you can make use of.
Patrick Drotleff's avatar
Patrick Drotleff committed

  You have the choise of two display formatters:
  - Accordion (jQuery JavaScript animated show / hide) [Default]
  - Simple text (none formatted, simple output for custom theming)
  - Definition list (typical <dl> FAQ list)
  - Anchor list (a FAQ with anchor link list)
Patrick Drotleff's avatar
Patrick Drotleff committed
  If you are using accordion you can modify its behaviour easily by the display
  settings.