★ 1stars
16composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/tghp/oriel/archive/refs/heads/main.zipAlso on Packagist as tghp/oriel:
composer require tghp/orielFrom the readme
Oriel
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 orielforms filter and output them with orielform() 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-)