Search by

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: 16

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 8

0.3.1 2026-09-01 13:26 UTC

This package is auto-updated.

Last update: 2026-09-01 13:26:48 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-*)