Forms for HR & people operations

Applications, employee surveys and onboarding without Excel chaos. GDPR-compliant with audit log and role system.

What HR Teams struggle with:

Applications arrive by email — no structured data, no filters.
Employee surveys need anonymity but also demographic analysis.
Onboarding is 12 PDFs — new hires lose track.
Personal data needs an audit log for GDPR — manually impossible.

How Questee helps:

GDPR audit log for HR data — who viewed what when.
Anonymous submissions with demographic aggregation possible.
File upload for CV, certificates, cover letter — MIME-type validation, max. 25 MB per file.
Multi-step onboarding with conditional logic per position or location.
Workspace roles separate recruiter view from HR manager view.

Matching form types

First form for HR Teams

Start free — no credit card required.

Recruitment flow from form to hire

Email applications are a data graveyard. You get PDFs in ten different layouts, copy CV data manually into the ATS, and lose half the candidates in your inbox. It does not scale — and it is borderline GDPR-wise because you cannot run a clean deletion process.

A structured application form flips the model. Mandatory fields for position, location, earliest start date, salary expectation — everything as typed fields, not free text. File upload for CV and cover letter with MIME-type validation. Via conditional logic you reveal position-specific questions (code sample for engineering, portfolio link for design).

The webhook bridge pushes every submission straight into your ATS — BambooHR, Personio, Greenhouse, Workable. The webhook payload contains all answers as JSON plus signed URLs for uploads. Your recruiter sees the candidate in the ATS, not in the inbox, and can set the pipeline stage immediately. Three days of lead time turn into three minutes.

Employee feedback without breaking anonymity

Employee surveys live and die by honesty. The moment someone suspects the HR tool stores the IP address or logs the browser fingerprint, you get glossy answers without substance. That is the anonymity paradox: you need real data, but any tracking hint kills data quality.

Anonymous submissions solve this cleanly at the technical level. When enabled, IP, user-agent and referrer are discarded before the DB write. All that remains are the answers — nothing else. Even the workspace admin cannot trace who answered.

At the same time, as an HR manager you want to segment: How does engineering differ from sales? Which locations are critical? The answer is optional demographic questions (department, location, tenure in tiers). Aggregation only happens in groups above five — smaller clusters get hidden so individuals stay non-identifiable. You get reliable mood readings per team without breaking trust.

Digital onboarding checklists with conditional logic

Onboarding is the first impression of your company — and in most firms a stack of twelve PDFs, a wiki link and a welcome email. New hires lose the overview on day one, and you lose time because HR answers every question manually.

An onboarding form as a multi-step flow solves this. One section per day or week, a clear progress bar, all relevant fields typed: bank details, emergency contact, t-shirt size, system access. Via conditional logic you only see fields relevant to your position — an engineer gets the SSH-key upload, a sales hire gets the CRM access question.

The submission triggers downstream processes: webhook to IT for account creation, email trigger for the onboarding-buddy match, entry in the HRIS. As HR owner you see on a dashboard who is on which step — and only step in when someone stalls. Onboarding becomes a guided process, not self-study.

Frequently Asked Questions

How do I ensure anonymity in employee surveys?
Enable "Anonymous answers" — IP address and user agent are not stored. Demographic questions can stay optional.
Can I send applications directly to BambooHR or Personio?
Yes, via webhook. The submission includes all answers as JSON including file URLs for uploaded documents.
Who has access to sensitive HR data?
Workspace roles (Owner, Admin, Editor, Viewer) control access. Audit log records every view action with timestamp.
How long is applicant data stored?
You define the retention period per form. After expiry data is automatically deleted (GDPR Art. 17).