SolidJS

SolidJS contact form without a backend

Point a SolidJS form at FormsReach with a plain HTML form POST, or load the JavaScript SDK. No custom server, no DIY email pipeline. Deliver submissions by email with spam filtering and to WhatsApp in seconds, metered with monthly credits.

FormsReach

Online

Name: Jessica Miller

Phone: +1 (415) 555-01XX

Message: “Need a quote for a 2-bed apartment remodel in Austin. Budget around $15k.”

Set up FormsReach with SolidJS

  1. 1

    Create a free API key

    Sign up at FormsReach and copy your form API key. Free includes monthly credits for email and spam filtering.

  2. 2

    Add the form JSX

    Render a form with method POST, action set to the FormsReach submit endpoint, and a hidden api_key input alongside name, email, and message fields.

  3. 3

    Ship and test

    Deploy your Solid app. Submit once - check email and/or WhatsApp depending on your delivery settings.

HTML snippet

HTML
<form action="https://api.formsreach.com/submit" method="POST">
  <input type="hidden" name="api_key" value="YOUR_API_KEY">
  <input type="text" name="name" required>
  <input type="email" name="email" required>
  <textarea name="message" required></textarea>

  <button type="submit">Submit Form</button>
</form>

Fine-grained UI, simple form delivery

SolidJS keeps updates sharp. Contact delivery should stay boring. FormsReach is the form API so your component stays UI, not infrastructure.

Platform notes

Troubleshooting

What you get

Free

500 credits every month for form submissions, email, and WhatsApp. Spam filtering, webhooks, and workflow rules included. No credit card required.

Starter & Pro

Larger monthly credit pools (2,000 or 8,000) for growing sites and multi-site volume. Same channels - email, WhatsApp via the official Meta API, webhooks. See pricing.

FAQ

Is there an @formsreach/solid package?+

Not required. Use HTML form POST or the JavaScript SDK. The form API is the same across stacks.

Do I need a SolidStart API route?+

Not for a basic contact form. FormsReach is the form backend the browser posts to.

Free vs Pro delivery?+

Email and WhatsApp via Meta WhatsApp Business API, with spam filtering. Usage is metered in monthly credits.

Can I submit with fetch instead?+

Yes if you prefer - post the same fields to the FormsReach submit endpoint. The HTML snippet is the simplest path.

Related integrations

Ready to receive form leads?

Create a free API key. Upgrade when you need more monthly credits.