Feedback Page
You can go to the feedback page by clicking the HERE
button of jumbotron in the home page or clicking the Leave Feedback
button in the footer.
To embed a Google form into the feedback page:
Create your own google form
Go to “Form” dropdown in the spreadsheet view, and click “Embed form in a webpage”.
This will give you an
<iframe>
snippet to place on the site template.Change the
src
attribute in<iframe>
to your Google form link, it is located inpushkin/front-end/src/pages/Feedback.js
Last updated