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
- Prefer a Custom HTML block on the page where the form should appear.
- You can also drop the same markup into a child theme template or a reusable block pattern.
- Style the form with your theme CSS; the snippet is unstyled by design.
Troubleshooting
- Nothing arrives: Confirm the hidden
api_keyfield survived the editor; some visual editors strip unknown attributes. - Form tags removed: Use Custom HTML, not a plain paragraph. Avoid builders that only allow mailto links.
- Wrong fields: Ensure each input has a
nameattribute (name,email,message).