Answer some questions to find which federal programs can help you https://covid-benefits.alpha.canada.ca/. - Répondez à quelques questions pour trouver quels programmes d’aide financière fédéraux s’offrent à vous https://covid-prestations.alpha.canada.ca/.
MIT License
2
stars
4
forks
source link
Feedback component - add free text field capability #327
Closes #326
Added the free text field to the Feedback component, and supporting code.
The feedback-related js was getting pretty bulky in the script.njk file, so took the opportunity to move out to a module required by app.js.
Added AxiosSwitched from XHR to fetch api to make the ajax code a little nicer as well.