I'd like to be able to select the input format for the answer and I've written a one-liner to add this:

function faq_form(&$node){
[...]
  $output .= form_textarea(t('Answer'), 'body', $node->body, 60, 20, 'Enter the answer to the question given in the title.', NULL, TRUE);
  $output .= filter_form('format', $node->format);
  return $output;
}

If you find it useful too, please commit to CVS.

Comments

stella’s picture

Status: Active » Fixed

This is now possible in the new Drupal-5 version of the faq module - version 5.x-1.0.

stella’s picture

Assigned: Unassigned » stella
nathanraft’s picture

+1 for this in the 4.7 version.

stella’s picture

This is now possible in the for 4.7. You can grab the updated module from CVS. A full release will be made available today or tomorrow.

Cheers,
Stella

stella’s picture

released in 4.7.x-1.0-2

stella’s picture

Status: Fixed » Closed (fixed)