====== Form Handlers ====== :!: This feature was introduced in VuFind 9.0. These plugins are used to persist user-submitted data from feedback forms. See the primaryHandler and secondaryHandlers settings in [[https://github.com/vufind-org/vufind/blob/dev/config/vufind/FeedbackForms.yaml|FeedbackForms.yaml]] for documentation on how these are used. ===== Key Plugin Details ===== **Default Namespace:** \VuFind\Form\Handler **Interface:** [[https://github.com/vufind-org/vufind/blob/dev/module/VuFind/src/VuFind/Form/Handler/HandlerInterface.php|\VuFind\Form\Handler\HandlerInterface]] **Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['form_handler'] **Service Manager Name for Service Locator:** VuFind\Form\Handler\PluginManager See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind plugins.