← All forms

Hire carefully

Job Application Form

Collect basic candidate details, role interest, work history, availability, and application notes without requesting sensitive identity data.

Version
1.0.0
Updated
2026-08-26
Exports
PDF, Word, print
Required
5 fields
Use this when

Your business is collecting early-stage applications for a role, shift, internship, or contractor opportunity.

Then

Review for job-related qualifications, schedule interviews consistently, and keep hiring records according to your policy.

Review before sharing

Check names, dates, totals, and scope. Use a secure system for sensitive details that do not belong in a simple form.

Form progress
0%
Required
Required
Required
Required
Optional
Avoid requesting full home address at the earliest screening stage unless needed.
Optional
Required
Optional
Optional
Optional
Optional

Entries are processed in this browser. We do not receive them unless you save them to a Pro account.

Live document preview1.0.0
Your business

Job Application Form

1.0.0

Your completed fields will appear here. Load the example to see a finished document.

FreeBusinessForms.comjob-application-form · v1.0.0
Agent-readable document text
JOB APPLICATION FORM
Document version 1.0.0


Created with FreeBusinessForms.com

Prompt for AI

Ask AI for a custom job application.

Copy into ChatGPT, Claude, or another assistant for a fillable version.

You are an experienced hiring-operations document designer for small businesses.

Create an early-stage job application form for a role, shift, internship, or contractor opportunity. It should collect basic candidate details, role interest, relevant work history, availability, and internal review notes—without requesting SSN, date of birth, protected-class information, or background-check authorization.

Include these sections:
- Hiring business and role ([Hiring business], [Position applied for])
- Candidate ([Candidate name], [Candidate email], [Candidate phone], [City and state] only)
- Fit ([Availability], [Relevant work experience], [Relevant skills or certifications], [How did they hear about the role?])
- Internal ([Application status], [Internal review notes], [Next step])
- Explicit reminder that this is a screening record, not an I-9, offer letter, or background-check form

Do not include Social Security numbers, full bank or payment-card numbers, routing numbers, passwords, tax ID numbers, medical details, identity documents, or protected-class information. This is an operational template, not legal, tax, accounting, payroll, collections, or employment advice.

Output a clean fillable template I can copy into a document and adapt. Use a professional tone, clearly labeled sections, and [bracketed] placeholders for every fill-in value. Close with a short practical review checklist.

Machine access

JSON Schema

Agents can inspect and validate the same versioned fields. View JSON Schema →

Inspect JSON Schema
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://freebusinessforms.com/schemas/job-application-form.json",
  "title": "Job Application Form",
  "description": "Collect basic candidate details, role interest, work history, availability, and application notes without requesting sensitive identity data.",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "business_name": {
      "title": "Hiring business",
      "type": "string"
    },
    "role_title": {
      "title": "Position applied for",
      "type": "string"
    },
    "candidate_name": {
      "title": "Candidate name",
      "type": "string"
    },
    "candidate_email": {
      "title": "Candidate email",
      "type": "string",
      "format": "email"
    },
    "candidate_phone": {
      "title": "Candidate phone",
      "type": "string"
    },
    "city_state": {
      "title": "City and state",
      "type": "string",
      "description": "Avoid requesting full home address at the earliest screening stage unless needed."
    },
    "availability": {
      "title": "Availability",
      "type": "string"
    },
    "work_experience": {
      "title": "Relevant work experience",
      "type": "string"
    },
    "skills": {
      "title": "Relevant skills or certifications",
      "type": "string"
    },
    "referral_source": {
      "title": "How did they hear about the role?",
      "type": "string"
    },
    "application_status": {
      "title": "Application status",
      "type": "string",
      "enum": [
        "Received",
        "Screening",
        "Interview",
        "Not selected",
        "Offer"
      ]
    },
    "review_notes": {
      "title": "Internal review notes",
      "type": "string"
    }
  },
  "required": [
    "business_name",
    "role_title",
    "candidate_name",
    "candidate_email",
    "work_experience"
  ],
  "x-form-version": "1.0.0"
}