Help & Support

Everything you need to know about using submitcfp.

Getting Started

New to submitcfp? Start here.

Contact Support

Send us a message below.

Feature Requests

Have an idea? Let us know.

Frequently Asked Questions

How do I submit a talk?

Go to 'Discover CFPs' from the sidebar, find an open CFP, and click 'Submit Your Talk'. You'll be guided through the submission form.

Can I edit my submission after submitting?

Yes, as long as the CFP window is still open. Once the CFP closes, your submission is locked for review.

How do I withdraw a submission?

Open the submission detail and click 'Withdraw'. You'll be asked to confirm with an optional reason. Note: once the event date has passed, withdraws are locked — the talk either ran or it didn't, no after-the-fact retraction.

How do I contact an event organizer?

From your submission detail, click 'Contact Organizer' to send a direct message via the platform inbox.

How do I create an event as an organizer?

Switch to Organizer mode using the sidebar role switcher, then click 'Create Event'. Configure your event details, CFP dates, tracks, and review settings.

How does the review process work?

After CFP closes, reviewers score submissions using criteria defined by the organizer (default: Relevance, Originality, Clarity, Speaker Quality — each 1 to 5). Organizers can customize these criteria with different names and weights. Use the 'Submissions' page to make final accept/reject decisions.

What is the Talk Library?

Your Talk Library stores all your previous submissions and standalone talks. You can quickly reuse them when submitting to new events.

How do I assign reviewers to specific tracks?

Go to the 'Review Pipeline' page from the Organizer sidebar. Under the Team tab, invite reviewers and set their tracks and review stages. Note: track assignment is metadata that organizers use to plan workload — reviewers see all submissions in their stage by default and use the track filter on the Submissions page to focus on their track. Use review stages (L1/L2) for hard isolation between groups.

When do speakers see accept/reject decisions?

Whichever happens first: (1) the organizer clicks 'Publish Results' on the event card in the Organizer Dashboard, OR (2) the event date passes. Until either of those, speakers see 'In Review' and don't know the verdict. Publishing results only changes visibility — to email speakers, use the separate 'Notify Speakers' button.

Review Rounds Guide (L1 / L2 / L3)

Everything you need to know about multi-round review workflows.

1
What are Review Rounds (L1, L2, L3)?
Review rounds allow organizers to structure the review process in stages. Each round represents a phase of evaluation:

- Round 1 (L1): Initial screening — all submitted talks are visible to L1 reviewers. This is the broadest filter.
- Round 2 (L2): Deep review — L2 reviewers see submissions that are still active (not rejected). They also see L1 reviewers' scores and feedback.
- Round 3 (L3): Final selection — the last stage before accept/reject decisions.

You can have 1, 2, or 3+ rounds depending on your event's needs. Configure rounds in the Review Pipeline page.
2
Can review windows overlap?
Yes, but sequential is recommended. The platform enforces review window dates:

- Reviewers cannot submit reviews before their round's start date
- Reviewers cannot submit reviews after their round's end date

Common configurations:
1. Sequential (recommended): L1 ends → L2 starts. Each round builds on the previous.
2. Overlapping: L1 and L2 run in parallel with different end dates. Use only when speed is critical.

Overlap consistency lock: once a later-stage reviewer (e.g. L2) submits a review, the original (e.g. L1) review is LOCKED. Editing it returns 409. This prevents the "L2 said L1 scored 3" narrative becoming inconsistent because L1 quietly changed their score later. Contact the organizer if a correction is genuinely needed.

Configure dates in the Review Pipeline page under each stage.
3
Which talks are visible to L2 reviewers?
L2 reviewers see filtered submissions — only talks that are still active (not rejected) from L1.

The platform automatically filters submissions for later-stage reviewers. L2 reviewers also see:
- L1 reviewer scores and public feedback (to build on prior evaluation)
- The submission's current average score

Important: Same-stage reviewers (e.g., two L1 reviewers) do NOT see each other's scores or feedback — this prevents bias.

Tip: Use the 'Publish Results' button only after ALL rounds are complete. This prevents speakers from seeing intermediate decisions.
4
Can same-stage reviewers see each other's scores?
No. Reviewers in the same stage cannot see each other's scores, comments, or recommendations. Each review is completely independent to prevent bias.

- Same-stage reviewers see: Submission details only + their own review form
- Later-stage reviewers see: Prior stage reviewers' scores and public comments
- Organizers see: All reviews from all rounds, including private notes

This ensures unbiased, independent evaluation at each stage.
5
What happens after the review window closes?
Once a review round's end date passes:

1. Reviewers can no longer submit or edit reviews for that round
2. Organizers can still view all scores and make decisions
3. Go to Submissions (in the Organizer sidebar) to:
- See all submissions ranked by average score
- Filter by track or status
- Batch accept/reject using score thresholds
4. Use Auto-Promote between pipeline stages to advance qualifying submissions

Important: Speakers only see their result when you click 'Publish Results' on the dashboard. The separate 'Notify Speakers' button sends emails — you can time these independently.
6
How does scoring work?
Organizers define custom scoring criteria for each event in the Review Pipeline page. Each criterion has:
- A name and description (shown to reviewers)
- A weight (1x to 5x) — higher weight = more impact on total score

If no custom criteria are set, the platform defaults to 4 categories: Relevance, Originality, Clarity, Speaker Quality.

Each criterion is scored 1 to 5. The weighted average becomes the total score. On the Submissions page, scores are color-coded:
- Green (≥ 4.0): Excellent — strong accept candidate
- Amber (3.0 - 3.9): Good — borderline, needs discussion
- Orange (2.0 - 2.9): Fair — likely reject
- Red (< 2.0): Low — reject candidate
7
Which stage-date configurations does the platform allow or block?
When you create or edit a multi-round review, the platform validates the dates and rejects setups that would corrupt the review timeline. Below is the complete contract — the same one our regression suite `test_review_stage_validation.py` locks in.

🚫 Blocked (the API returns 400 and your DB stays unchanged):
1. L2 starts before L1. Stages must start in entry order. If L1 begins on the 10th, L2 cannot begin on the 5th.
2. A stage's end_date is before its start_date. A round can't end before it begins.

✅ Allowed (intentional organizer flexibility — these are NOT bugs):
3. Mid-flight extension. While L2 is open, you can push L2.end_date out further. Useful when reviewers need more time.
4. Mid-flight shrink. You can also pull L1.end_date in (e.g. close a stage early). Reviewers immediately stop being able to submit for that stage.
5. Publish results before stages end. The "Publish Results" toggle is intentional override — sometimes organizers publish accept lists before all reviews finalize.
6. Empty / unset stage dates. Drafts where you haven't picked dates yet pass validation. The stage simply isn't reachable until dates are set.
7. Single stage, or zero stages. Both work fine. Use a single stage for simple events; skip stages entirely for flat review.

Same-day starts and overlapping windows are also allowed — see "Can review windows overlap?" above. The overlap consistency lock prevents the only real risk (L1 silently editing after L2 reviewed).

If you ever try one of the blocked configurations, the platform returns a clear error message naming the offending stage and the conflicting date — no silent corruption.

Contact SubmitCFP Support

Send us a message directly. We'll respond within 24 hours.

Or email us at support@submitcfp.com