Synopsis

The module is just a Views style plugin that renders a View as a form and its results as options of the select box element, radio buttons or checkboxes.

Other modules may alter such form and add submission handlers using

  • hook_form_alter()
  • hook_form_vspfo_form_alter()
  • hook_form_vspfo_form_[view_name]_[display_id]_alter()

where "vspfo_form_[view_name]_[display_id]" is the FORM_ID and "vspfo_form" is the BASE_FORM_ID.

Requirements

Views (for Drupal 7) or Views in Drupal core.

Project information

Releases