Collect student details, academic info, and essay for scholarship programs.
Copy-paste ready code. Replace YOUR_FORM_HASH with your FormsList endpoint hash.
<form action="https://formslist.com/f/YOUR_FORM_HASH" method="POST">
<input type="text" name="full_name" placeholder="Full name" required />
<input type="email" name="email" placeholder="Email" required />
<input type="text" name="school" placeholder="School/University" required />
<input type="text" name="gpa" placeholder="GPA" required />
<textarea name="essay" rows="8" placeholder="Why do you deserve this scholarship?" required></textarea>
<button type="submit">Submit Application</button>
</form>A scholarship application form that captures student information, academic details, and a personal essay. Designed for educational institutions, foundations, and organizations offering scholarships.
Set up your form backend in under a minute. No server required, no complex configuration — just a simple endpoint for your forms.