Views style plugin: Form options

Categories

Component ID

2421411

Component name

Views style plugin: Form options

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

466

Component created

Component changed

Component body

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