WordPress

WordPress contact form without a backend plugin maze

Paste a FormsReach form into a Custom HTML block or theme template. No PHP mail(), no SMTP plugin chain, no DIY server mail. 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 WordPress

  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 a Custom HTML block

    In the block editor, insert a Custom HTML block (or use a theme template / widget that accepts HTML). Paste the form markup with action set to the FormsReach endpoint and a hidden api_key field.

  3. 3

    Publish and test

    Publish the page. 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>

WordPress forms without the mail stack

Many WordPress sites still fight SMTP plugins, hosting mail limits, and plugin bloat for a single contact form. FormsReach keeps the form on your page and handles delivery outside WordPress - email and WhatsApp with monthly credits.

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

Do I need WPForms, Contact Form 7, or PHP mail?+

Not for this path. FormsReach is the form backend. Your WordPress page only needs normal HTML that POSTs to our endpoint.

Will this break with caching plugins?+

Classic form POST works with most page caches. Avoid aggressive HTML minifiers that strip form attributes or hidden inputs.

Free vs Pro delivery?+

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

Do visitors need WhatsApp to submit?+

Yes. Visitors use the website form as usual. Only you receive WhatsApp if you enable it.

Related integrations

Ready to receive form leads?

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