Configure your project settings

To enable guest reporting, ensure that you have guest reporting turned on (it’s defaulted to on)

Untitled

You can configure the “default assignee” for bugs that come in from guests as well. This helps you triage bugs accordingly.

Embedding the code into your website

Go to your project then look under the “Widget” tab. You will find the code to embed there:

Untitled

Example embed code:

<script src="<https://cdn.bugflow.io/embed.js>"></script>
<script>Bugflow.default.setKey('1234567890abcdefghijklmnop');
</script><script>Bugflow.default.init();</script>

Code Placement Instructions