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
- Signbee converts the markdown to a professional PDF
- Recipient gets an email with a signing link
- Both parties sign with an animated handwriting signature
- Both receive the signed PDF with a SHA-256 certificate
All signatures are legally binding under the ESIGN Act, eIDAS, and ECA.
Related resources
Send this template for signing — free, no credit card.