Reference

Guides, API reference, and developer documentation for Formcierge.

Conditional Logic
Overview Conditional logic lets you show or hide fields, sections, or entire pages based on what the user has entered. This keeps forms short and…
Read →
Developer Extensions
Hooks System Formcierge exposes a comprehensive set of WordPress actions and filters, allowing developers to customise virtually every aspect of the plugin's behaviour without modifying…
Read →
Email Notifications
Overview Formcierge sends email notifications on form submission. Each form can have multiple notification rules — e.g. one to the admin and one to the…
Read →
Entry Management
Viewing Entries Go to Formcierge → Entries to see all submissions across all forms. Filter by form, date range, or status. Click any row to…
Read →
Fields Reference
Core Field Types Formcierge ships with 30+ field types grouped into four categories. General Fields FieldType slugDescription TexttextSingle-line text input. Supports min/max length and regex…
Read →
File Uploads
Overview Formcierge supports single-file and multi-file uploads. Uploaded files are stored in the WordPress uploads directory (wp-content/uploads/formcierge/) and attached to the entry. Field Types File…
Read →
Form Fields
Read →
Form Fields
Read →
GDPR and Data Privacy
Data Ownership All form submissions are stored exclusively in your WordPress database. Formcierge does not send submission data to any external server. Your data stays…
Read →
Installation Guide
System Requirements WordPress 6.0 or later PHP 7.4 or later (PHP 8.1+ recommended) MySQL 5.7 or MariaDB 10.3 Installation Steps Download the formcierge.zip file from…
Read →
Integrations
Read →
Integrations
Read →
License Activation
Locating Your License Key After purchasing Formcierge Pro, your license key is available in two places: The order confirmation email sent to your purchase address…
Read →
Merge Tags Reference
What Are Merge Tags? Merge tags are placeholders you insert into notification emails, confirmation messages, and workflow actions. Formcierge replaces them with actual values at…
Read →
REST API Overview
Base URL All Formcierge REST API endpoints are registered under the WordPress REST API namespace: https://yourdomain.com/wp-json/formcierge/v1/ Authentication Most endpoints require authentication. Formcierge uses WordPress's built-in…
Read →
Settings
Read →
Settings
Read →
Shortcode Reference
Basic Usage Embed any Formcierge form on a page or post using the shortcode: [formcierge id="42"] Replace 42 with the ID of the form you…
Read →
Webhooks
Overview Webhooks let you send form submission data to any external URL the moment a form is submitted. Formcierge fires a POST request with a…
Read →
Workflows
Read →
Workflows
Read →