splitforms is the simplest way to add working forms to WordPress. No database tables. No SMTP setup. No spam-fighting plugins to layer on top. Drop in your free splitforms access key, place the [splitforms] shortcode on any page, or build custom forms with the visual builder and embed them with [splitforms form="quote"]. Submissions are emailed straight to your inbox by the splitforms form-backend API at https://splitforms.com.
Free forever — 500 submissions/month, no credit card.
If you’ve ever fought with wp_mail(), deliverability, SPF/DKIM, SMTP plugins, contact-form-as-database, or spam-protection-as-a-service, splitforms exists to delete that pain. You paste an access key. You drop a shortcode. Submissions arrive in your inbox. That is the entire setup.
wp_options, wp_postmeta, or any custom table. Your site stays fast and your backups stay small.Sign up at https://splitforms.com to grab your free access key.
This plugin is a front-end for the splitforms form-backend service and does not store submissions in WordPress. Form submissions are posted from the visitor’s browser to the splitforms API; the server also fetches your form’s field definition from splitforms.com when a shortcode renders, and if you connect your account the plugin stores a private, revocable connection token plus your account email in your site’s options. See the External Services section below for every remote call. The splitforms service is governed by its Terms of Service and Privacy Policy.
splitforms is a connector plugin for the splitforms form-backend service (https://splitforms.com). It communicates with the following external services:
splitforms API — required (this is the service the plugin connects to)
https://splitforms.com/api/submit, which delivers it to your inbox and dashboard.[splitforms] shortcode renders, your server fetches that form’s field definition from https://splitforms.com/api/forms/definition for your access key (cached for about 5 minutes) so the designed form can be rendered server-side.The splitforms service is provided by splitforms: Terms of Service — Privacy Policy.
Google reCAPTCHA — optional (off by default)
https://www.google.com/recaptcha/api.js, and Google processes visitor interactions to verify they are human.No data is sent anywhere else, and nothing is transmitted until a form is rendered or submitted, or you explicitly enable the optional features above.