Inklura Forms
Inklura Forms — forms + submissions for WordPress with bext email delivery. Multisite + self-updating.
by webdesign29 · github.com/webdesign29/inklura-forms · website
★ 0stars
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/webdesign29/inklura-forms/releases/download/v0.2.0/inklura-forms.zipFrom the readme
Inklura Forms
A small, dependency-free contact-form plugin for WordPress — drop a form on any
page, store every submission, and get notified by email.
inklura-forms is part of the Inklura suite. It gives you a contact form
via a shortcode (with a nonce + a hidden honeypot for spam), stores each submission as a per-blog
post you can review in wp-admin, and emails a notification to whoever you choose — routed through
bext managed email when the site is served behind bext, and falling back to wpmail otherwise.
It works as a normal activatable plugin or as a must-use plugin, is multisite-safe, and requires
no JavaScript on the front end.
Features
| Module | What it does |
|---|---|
| Shortcode | [inkluraform] renders a contact form (name, email, subject, message) with a WordPress nonce + a hidden honeypot + a time-trap. [inkluraform id="123"] selects a specific form. |
| Custom fields | Each form can define its own fields — text, email, tel, url, number, textarea, select, checkbox, radio — with label, placeholder, required flag, and options. |
| Validation | Per-field server-side validation (format checks per type, required, in-list checks for select/radio/checkbox) with inline
Read the full README on GitHub →