FAQ search field for SilverStripe userforms module
This is a custom https://github.com/silverstripe/silverstripe-userforms
form field that can be added to provide a field that searches for FAQ articles that already exist
within the website.
The use case for this field is where an enquiry form exists on the website for users to ask a
question. It can be used to indicate that a similar question already has an FAQ article to answer
it before they submit their enquiry.
This can be installed via:
composer require benmanu/silverstripe-userforms-faqsearchfield
This module has https://github.com/JeffreyWay/laravel-mix as an npm
dependency which makes it easy to do future javascript development for the module.
To get everything setup you just need to run:
yarn install
Once all the npm packages have been installed you can start javascript development
using either:
yarn run dev
: which will start a watch task that rebundles the src files when files
in the javascript/src/
folder are updated.
yarn run prod
: which you will want to run when finished to produce a production ready
build of the javascript src files.
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem