Installation

Keno Forms is a standard WordPress plugin. It requires WordPress 6.2 or later and PHP 7.4 or later.

Install the plugin

  1. In wp-admin, go to Plugins > Add New > Upload Plugin.
  2. Choose the keno-forms.zip file you received and click Install Now.
  3. Click Activate.

You can also install it manually: unzip keno-forms.zip into wp-content/plugins/ so you have wp-content/plugins/keno-forms/keno-forms.php, then activate it from the Plugins screen.

First run

On activation, Keno Forms creates a ready-to-use lead-capture form so you have something working immediately. Open Keno Forms > Settings to:

Add it to a page

Place the form anywhere with the shortcode:

[keno_form]

or insert the Keno Form block in the editor. See Shortcode & block for the options.

Where leads are stored

Every valid submission is stored in WordPress under Keno Forms > Form entries before any provider is called. This local copy is always the source of truth, so you never lose a lead if a CRM or email provider is temporarily unreachable.

Performance & accessibility

Keno Forms only loads its CSS and JavaScript on pages that actually render a form, so pages without one stay lean. The assets are small, dependency-free, and enqueued in the footer. Forms render with proper labels, aria attributes, and full keyboard navigation, so they are usable with a screen reader without extra configuration.