tghp/oriel

Oriel — a flexible WordPress forms plugin.

Maintainers

Package info

github.com/tghp/oriel

Type:wordpress-plugin

pkg:composer/tghp/oriel

Transparency log

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 3

0.1.0 2026-08-13 14:47 UTC

This package is auto-updated.

Last update: 2026-08-13 19:26:07 UTC


README

Developer-first WordPress form plugin. Define forms entirely in code — no admin UI. Independent of Meta Box, but mirrors its field definition format for easy migration.

Documentation

  • Defining & Rendering Forms — register forms via the oriel_forms filter and output them with oriel_form() or the shortcode
  • Field Types — built-in types, field configuration, custom field types, and captcha
  • Form Options — per-form options (redirect, confirmation, email, compat, etc.)
  • Submissions — submission storage, AJAX submissions, and the REST API
  • Validation — the validate step and custom validation filters
  • Security — layered security checks, hooks, and client IP resolution
  • Hooks — full reference of registration, rendering, security, processing, and email hooks
  • Compat Mode — emulate other plugins' HTML output (e.g. Meta Box rwmb-*)