Back to Templates
Events6 fields

Speaker Submission

Accept speaker applications for events.

Spam protectionEmail notificationsAI sales agentSubmission dashboardNo backend needed

Live Preview

Exactly what visitors will see on your site

Speaker Submission

What you'll collect

Every field in this template, ready to use out of the box.

Full Name

text · required

Email

email · required

Talk Title

text · required

Abstract

textarea · required

Length

select · required

Bio

textarea · required

Copy the Code

Choose HTML for static sites or React for component-based apps. Replace YOUR_FORM_ID with your Flowqen endpoint ID.

<form
action="https://flowqen.com/api/f/YOUR_FORM_ID"
method="POST"
class="max-w-xl mx-auto rounded-[32px] border-2 border-[#231b17] bg-[#fffdf9] px-6 py-7 shadow-none sm:px-8"
>
<h2 class="text-2xl font-semibold tracking-tight text-[#231b17] mb-6">Speaker Submission</h2>
<div class="space-y-4">
<div>
<label class="mb-1.5 block text-sm font-medium text-[#4f4138]">Full Name</label>
<input type="text" name="speakerName" class="w-full rounded-[18px] border border-[#d9cdc3] bg-white px-4 py-3 text-sm text-[#231b17] outline-none transition focus:border-[#231b17] focus:ring-4 focus:ring-[#231b17]/8" placeholder="Dr. Jane Smith" required />
</div>
<div>
<label class="mb-1.5 block text-sm font-medium text-[#4f4138]">Email</label>
<input type="email" name="email" class="w-full rounded-[18px] border border-[#d9cdc3] bg-white px-4 py-3 text-sm text-[#231b17] outline-none transition focus:border-[#231b17] focus:ring-4 focus:ring-[#231b17]/8" placeholder="speaker@email.com" required />
</div>
<div>
<label class="mb-1.5 block text-sm font-medium text-[#4f4138]">Talk Title</label>
<input type="text" name="talkTitle" class="w-full rounded-[18px] border border-[#d9cdc3] bg-white px-4 py-3 text-sm text-[#231b17] outline-none transition focus:border-[#231b17] focus:ring-4 focus:ring-[#231b17]/8" placeholder="Building Scalable Infrastructure" required />
</div>
<div>
<label class="mb-1.5 block text-sm font-medium text-[#4f4138]">Abstract</label>
<textarea name="talkAbstract" rows="4" class="w-full rounded-[18px] border border-[#d9cdc3] bg-white px-4 py-3 text-sm text-[#231b17] outline-none transition focus:border-[#231b17] focus:ring-4 focus:ring-[#231b17]/8 resize-none" placeholder="200-word summary..." required></textarea>
</div>
<div>
<label class="mb-1.5 block text-sm font-medium text-[#4f4138]">Length</label>
<select name="talkLength" class="w-full rounded-[18px] border border-[#d9cdc3] bg-white px-4 py-3 text-sm text-[#231b17] outline-none transition focus:border-[#231b17] focus:ring-4 focus:ring-[#231b17]/8" required>
<option value="">Select...</option>
<option value="Lightning (5m)">Lightning (5m)</option>
<option value="Short (15m)">Short (15m)</option>
<option value="Standard (30m)">Standard (30m)</option>
<option value="Workshop (60m+)">Workshop (60m+)</option>
</select>
</div>
<div>
<label class="mb-1.5 block text-sm font-medium text-[#4f4138]">Bio</label>
<textarea name="speakerBio" rows="4" class="w-full rounded-[18px] border border-[#d9cdc3] bg-white px-4 py-3 text-sm text-[#231b17] outline-none transition focus:border-[#231b17] focus:ring-4 focus:ring-[#231b17]/8 resize-none" placeholder="Brief bio..." required></textarea>
</div>
</div>
<!-- Honeypot (spam protection) -->
<div style="display:none">
<input type="text" name="_gotcha" style="display:none" />
</div>
<button type="submit" class="mt-6 w-full rounded-[18px] bg-[#231b17] py-3 text-sm font-semibold text-white transition hover:bg-[#3a2f29]">
Submit
</button>
</form>

What is a Speaker Submission?

A call for speakers form. Presenters submit talk title, abstract, bio, and experience level.

Frequently Asked Questions

Common questions about events form templates.

Start with this Speaker Submission

Create your form in 30 seconds — pre-filled with all the fields above. Free forever.