-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
HelpTheUsercontentdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Using a javascript Based Feedback Form
For an embedded feedback form versus just a feedback button, you can add the code for that to the theme’s HTML template instead. Here is an example using Hubspot, but you could go with any javascript based form service:
{% if pagename != "search" %}
Documentation Feedback
<script charset="utf-8" type="text/javascript" src="https://js.hsforms.net/forms/v2.js"></script> <script> hbspt.forms.create({ portalId: "XXXXXXX", formId: "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX", css: "" }); </script>Documentation Feedback FormAn example of an embedded Hubspot feedback form.
Metadata
Metadata
Assignees
Labels
HelpTheUsercontentdocumentationImprovements or additions to documentationImprovements or additions to documentation