Education Template

Free Student Enrollment Form Template

A student enrollment form captures student details and confirms registration.

Template

Copy this markdown, replace the {{variables}}, and send via API.

Markdown
# Student Enrollment Form

**Student:** {{studentName}}
**Program:** {{programName}}
**Institution:** {{institutionName}}
**Date:** {{date}}

## Personal Details

{{personalDetails}}

## Program Details

{{programDetails}}

## Tuition

{{tuitionAmount}}

## Policies

{{institutionPolicies}}

## Agreement

I agree to the terms of enrollment above.

Send for e-signature

curl
curl -X POST https://signb.ee/api/send \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "content": "YOUR_RENDERED_MARKDOWN",
    "senderName": "Your Name",
    "senderEmail": "you@company.com",
    "recipientName": "Recipient",
    "recipientEmail": "recipient@email.com"
  }'

What happens next

  1. Signbee converts the markdown to a professional PDF
  2. Recipient gets an email with a signing link
  3. Both parties sign with an animated handwriting signature
  4. Both receive the signed PDF with a SHA-256 certificate

All signatures are legally binding under the ESIGN Act, eIDAS, and ECA.

More details

A student enrollment form is both an administrative tool and a contractual document. It captures essential student information, confirms programme selection, and establishes the student's agreement to institutional policies, tuition obligations, and academic standards.

What enrollment forms must capture: 1. Personal information — Full legal name, date of birth, contact details, emergency contacts, and any previous names used. 2. Programme details — Course or programme selected, start date, expected completion date, full-time or part-time status, and campus location. 3. Academic history — Previous education, transcripts, qualifications, and any credit transfer requests. 4. Financial commitment — Tuition fees, payment schedule, financial aid or scholarship details, and refund policy acknowledgement. 5. Policy acknowledgements — Academic integrity policy, attendance requirements, code of conduct, data protection notice, and complaints procedure. 6. Special requirements — Disability accommodations, dietary requirements, medical conditions, and accessibility needs. 7. Consent for data processing — Under GDPR/FERPA, institutions must explain how student data is collected, stored, and shared.

Legal considerations: - FERPA (US): The Family Educational Rights and Privacy Act protects student education records. Students over 18 (or attending post-secondary education) have the right to access their records and control disclosure. - GDPR (EU/UK): Student data is personal data. The enrollment form should include a privacy notice explaining lawful basis, retention periods, and data subject rights. - Consumer protection: In many jurisdictions, educational courses are consumer contracts. Cooling-off periods may apply (typically 14 days for distance learning under EU consumer regulations).

Frequently asked questions

Is a student enrollment form a legally binding contract?

In many jurisdictions, yes. The enrollment form combined with the institution's terms and conditions creates a contract for educational services. Students commit to tuition payments and academic policies; the institution commits to delivering the programme. Consumer protection laws may provide cooling-off periods.

What data protection laws apply to student enrollment?

FERPA (US) protects student education records and gives students over 18 control over disclosure. GDPR (EU/UK) treats student data as personal data requiring lawful basis, privacy notices, and data subject rights. Institutions must comply with the applicable regulations for their jurisdiction.

Can student enrollment forms be signed electronically?

Yes. Electronic enrollment is standard practice and valid under ESIGN (US), eIDAS (EU), and ECA (UK). Most institutions now use fully digital enrollment systems with electronic acceptance of terms and conditions.

Related resources

Send this template for signing — free, no credit card.