qcovery / result-feedback
Advanced feedback form for VuFind
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:qcovery-module
Requires
- php: >=7.3
- qcovery/vufind-composer-installer-plugin: ^1.0.0
This package is auto-updated.
Last update: 2025-05-05 19:06:45 UTC
README
This module adds an enhanced feedback form that can be configured via config file.
Usage
Integrate the module in the modules
directory of VuFind and activate it by adding ResultFeedback
to VUFIND_LOCAL_MODULES
.
When adding the module manually make sure to copy and adapt the config file and copy/symlink the theme.
Add the following line to your template to link to the feedback form:
<a href="<?=$this->url('resultfeedback-email').'?id='.$this->driver->getUniqueId().'&searchclassid='.$this->searchClassId?>">Contact us about this title</a>