Anonymous feedback
Collect candid feedback without identifying details.
Why these fields
- Topic: Topic keeps answers consistent for filtering and routing but remains optional.
- Your feedback: Your feedback leaves room for context and detail and is required to complete the request.
Fields
TopicselectYour feedbacktextarearequired
Preview
Code
<!-- Paste this into a Webflow Embed element (Add panel > Components > Embed). -->
<form action="https://forms.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>Customize before publishing
- Remove fields you do not need and mark only essential answers as required.
- Replace placeholder wording with terms your audience already understands.
- Add your privacy notice, retention details and expected response time.
- Test keyboard focus, validation errors and the confirmation state on mobile.
Use this with Formward
Create a form, copy your endpoint, and replace https://forms.formward.eu/f/your-form-id in the code above.