Anonymous feedback
Collect candid feedback without identifying details.
Fields
TopicselectYour feedbacktextarearequired
Code
{% comment %}
Paste this into a Shopify section or a custom Liquid block
(Online Store > Themes > Edit code, or an Add section > Custom Liquid).
{% endcomment %}
<form action="https://formward.eu/f/your-form-id" method="POST">
<label for="topic">Topic</label>
<select name="topic" id="topic">
<option value="Workplace">Workplace</option>
<option value="Product">Product</option>
<option value="Management">Management</option>
<option value="Other">Other</option>
</select>
<label for="feedback">Your feedback</label>
<textarea name="feedback" id="feedback" required></textarea>
<input type="text" name="_gotcha" tabindex="-1" autocomplete="off" style="position:absolute;left:-9999px" aria-hidden="true" />
<button type="submit">Send</button>
</form>Use this with Formward
Create a form, copy your endpoint, and replace https://formward.eu/f/your-form-id in the code above.