Anonymous feedback
Collect candid feedback without identifying details.
Fields
TopicselectYour feedbacktextarearequired
Code
<form action="https://formward.eu/f/your-form-id" method="POST" class="space-y-4 max-w-lg">
<label for="topic" class="block text-sm font-medium mb-1">Topic</label>
<select name="topic" id="topic" class="block w-full rounded border border-gray-300 p-2">
<option value="Workplace">Workplace</option>
<option value="Product">Product</option>
<option value="Management">Management</option>
<option value="Other">Other</option>
</select>
<label for="feedback" class="block text-sm font-medium mb-1">Your feedback</label>
<textarea name="feedback" id="feedback" required class="block w-full rounded border border-gray-300 p-2"></textarea>
<input type="text" name="_gotcha" tabindex="-1" autocomplete="off" class="hidden" aria-hidden="true" />
<button type="submit" class="rounded bg-black text-white px-4 py-2">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.