Title: Trinity Forms
Author: Suresh K Meena
Published: <strong>ಜುಲೈ 5, 2026</strong>
Last modified: ಜುಲೈ 20, 2026

---

ಪ್ಲಗಿನ್‌ಗಳನ್ನು ಹುಡುಕಿ

![](https://ps.w.org/trinity-forms/assets/icon.svg?rev=3596753)

# Trinity Forms

 ‍[Suresh K Meena](https://profiles.wordpress.org/suresh1986/) ಮೂಲಕ

[ಡೌನ್ಲೋಡ್](https://downloads.wordpress.org/plugin/trinity-forms.2.0.0.zip)

 * [ವಿವರಗಳು](https://kn.wordpress.org/plugins/trinity-forms/#description)
 * [‍ವಿಮರ್ಶೆಗಳು‍](https://kn.wordpress.org/plugins/trinity-forms/#reviews)
 *  [ಸ್ಥಾಪನೆ](https://kn.wordpress.org/plugins/trinity-forms/#installation)
 * [ಅಭಿವೃದ್ಧಿ](https://kn.wordpress.org/plugins/trinity-forms/#developers)

 [ಬೆಂಬಲ](https://wordpress.org/support/plugin/trinity-forms/)

## ವಿವರಣೆ

**Tired of hitting a paywall the moment your form needs to do something useful?**

Most WordPress form plugins hand you a free builder, then gate everything that
 
matters. The big-name form plugins put conditional logic, entry storage, and Stripe
behind plans that start around $200 and renew even higher. You end up paying hundreds
a year just to run a contact form.

Trinity Forms ships the whole builder for free — a drag-and-drop form builder with

conditional logic, native entry storage, CSV export, email notifications, and spam
protection, with no submission caps and no phone-home. Payments and integrations
are Pro, from $49/year, only when you actually need them.

It’s built for the WordPress shops that ship things: agencies, freelancers,
 membership
sites, donation pages, course creators, and local businesses that want a real form
tool without the renewal shock.

#### What you can do today (free version)

 * Build forms two ways — in the Gutenberg block editor you already know, or switch
   on the new **Visual Builder** (2.0): a dedicated drag-and-drop canvas where you
   drop fields into place, reorder, undo/redo, and start from 12 ready-made templates.
 * 20 field types — text, email, textarea, select, radio, checkbox, number, range
   slider, name, phone, address, country, date, time, hidden, HTML, page break, 
   section, rating, consent.
 * Conditional logic — show, hide, and skip fields based on prior answers, with 
   all-of / any-of matching and eight operators. Uncapped.
 * Native entry storage in your own WordPress database, with a searchable admin 
   Entries list and per-entry detail view.
 * CSV export of all your submissions.
 * Results report — turn any form into a survey or poll with per-option counts, 
   percentages, and averages; plus quiz scoring with {quiz_score} / {quiz_max} merge
   tags.
 * Email notifications with merge tags.
 * Spam protection — honeypot, time-trap, and your pick of Cloudflare Turnstile,
   Google reCAPTCHA (v2 and invisible v3), or hCaptcha, plus optional Akismet.
 * Per-form and global data retention controls, plus GDPR export/erase built into
   WordPress’ own Personal Data tools.
 * Form analytics — a views  submissions funnel with completion rate, per form.
 * Unlimited forms and unlimited submissions.

#### Get Pro

Pro is available at https://jnkplugins.com/trinity-forms/pricing.php (from $49/year,
flat — year-one price is renewal price). Pro adds:

 * Payments — Stripe, PayPal, and Mollie. Hosted Checkout keeps your site PCI out-
   of-scope, and forms keep collecting payments for 15 days after a license lapses.
 * CRM & marketing integrations — Mailchimp, MailerLite, Brevo, ConvertKit, HubSpot,
   ActiveCampaign, Slack, Discord, Notion, Airtable, Twilio (SMS), Zapier/Make, 
   Google Sheets, and a generic HMAC-signed webhook.
 * AI form generator — describe a form and it builds the fields, using your own 
   OpenAI or Anthropic key (no per-request markup).
 * Conversational mode — a one-question-at-a-time flow with a progress bar.
 * Advanced fields — file upload, signature, repeater, and calculation.
 * Save & resume for partial submissions, and PDF export of submissions.
 * Entry  post/CPT creation and a front-end submissions table.

Or bundle any two JnK plugins for ~20% off, or all three for ~25% off: https://license.
jnkplugins.com/bundles

#### Why Trinity Forms instead of the big form plugins?

Trinity Forms puts the features other plugins sell as “Pro” in the free tier, and
prices its actual Pro flat:

 * Conditional logic, native entry storage, and CSV export — free.
 * No submission caps, ever — free.
 * Payments (Stripe, PayPal, Mollie) — Pro, from $49/year flat, not bundled into
   a $200–$400/year plan.
 * Renewal price is the same as year one. No “introductory pricing” trap.

See the full feature comparison at https://jnkplugins.com/trinity-forms/features.
php

### External services

Trinity Forms does not contact any external service by default.

If — and only if — you enable a CAPTCHA challenge for a form and enter your own

keys for the chosen provider under Trinity Forms Settings, the plugin contacts that
provider to verify that submissions are not from bots. You choose one provider:

 * Cloudflare Turnstile — widget script `https://challenges.cloudflare.com/turnstile/
   v0/api.js`; verification POST to `https://challenges.cloudflare.com/turnstile/
   v0/siteverify`. Terms: https://www.cloudflare.com/website-terms/ · Privacy: https://
   www.cloudflare.com/privacypolicy/
 * Google reCAPTCHA v2 — widget script `https://www.google.com/recaptcha/api.js`;
   verification POST to `https://www.google.com/recaptcha/api/siteverify`. Terms:
   https://policies.google.com/terms · Privacy: https://policies.google.com/privacy
 * hCaptcha — widget script `https://js.hcaptcha.com/1/api.js`; verification POST
   to `https://api.hcaptcha.com/siteverify`. Terms: https://www.hcaptcha.com/terms·
   Privacy: https://www.hcaptcha.com/privacy

In each case the widget script loads only on pages that display a CAPTCHA-protected

form, and on submission the entered token, your secret key and the visitor’s IP 
address are sent to the selected provider to validate the challenge. This happens
only when you enable a CAPTCHA and configure its keys.

### Development

Trinity Forms is fully open source (GPLv2-or-later) and ships entirely uncompiled

alongside its build output, so no external download is needed to read or rebuild
it.

 * All PHP is human-readable and shipped as-is (there is no PHP build step).
 * The Gutenberg block SOURCE is included in this plugin under `blocks/`. Every 
   compiled
    file `build/<block>/index.js` is generated directly from its readable
   source blocks//index.js — e.g. `build/field-checkbox/index.js` comes from blocks/
   field-checkbox/index.js, and `build/form-block/index.js` from blocks/form-block/(`
   index.js`, `edit.js`, `save.js`). Shared helpers live in blocks/field-shared.
   js. Nothing in `build/` is authored by hand.
 * The build uses @wordpress/scripts (https://www.npmjs.com/package/@wordpress/scripts),
   
   with the source and output directories set explicitly in package.json:
 * npm install
    npm run build (runs: wp-scripts build –webpack-src-dir=blocks –output-
   path=build)

Running that regenerates `build/` from `blocks/`. No other build step is required.

## ಸ್ಕ್ರೀನ್‌ಶಾಟ್‌ಗಳು

[⌊The drag-and-drop form builder — add fields, set conditional logic, and configure
each field in the block editor.⌉⌊The drag-and-drop form builder — add fields, set
conditional logic, and configure each field in the block editor.⌉[

The drag-and-drop form builder — add fields, set conditional logic, and configure
each field in the block editor.

[⌊The entries list — every submission stored in your WordPress database, searchable
and filterable.⌉⌊The entries list — every submission stored in your WordPress database,
searchable and filterable.⌉[

The entries list — every submission stored in your WordPress database, searchable
and filterable.

[⌊Per-entry detail view with all submitted field values.⌉⌊Per-entry detail view 
with all submitted field values.⌉[

Per-entry detail view with all submitted field values.

[⌊Trinity Forms Settings — notifications, spam protection (honeypot, time-trap, 
optional Cloudflare Turnstile) and data retention.⌉⌊Trinity Forms Settings — notifications,
spam protection (honeypot, time-trap, optional Cloudflare Turnstile) and data retention
.⌉[

Trinity Forms Settings — notifications, spam protection (honeypot, time-trap, optional
Cloudflare Turnstile) and data retention.

## ಬ್ಲಾಕ್ಸ್

ಈ ಪ್ಲಗಿನ್ 21 ಬ್ಲಾಕ್ ಗಳನ್ನು ಒದಗಿಸುತ್ತದೆ.

 *   Select
 *   Country
 *   Consent
 *   Rating
 *   Number
 *   Email
 *   Hidden
 *   Name
 *   Time
 *   Date
 *   HTML
 *   Checkbox group
 *   Page break
 *   Section heading
 *   Address
 *   Range slider
 *   Textarea
 *   Phone
 *   Text
 *   Trinity Forms Form
 *   Radio

## ಸ್ಥಾಪನೆ

 1. Upload the plugin or install it from WordPress.org.
 2. Activate it through the Plugins screen.
 3. Go to Forms > Add New to build your first form.
 4. Embed it with the `[trinity-forms id="123"]` shortcode or the Trinity Forms block.

## FAQ

### Are there any submission limits?

No. The free plugin stores unlimited submissions in your WordPress database.

### Does it phone home or require an account?

No account, and nothing is contacted by default. The only optional external
 call
is the anti-spam CAPTCHA (Cloudflare Turnstile, Google reCAPTCHA v2, or hCaptcha),
which runs solely when you enable it and enter your own provider keys. See “External
services” below.

### What happens to my data if I uninstall or my Pro license expires?

Your data is preserved by default. Deactivating or deleting the plugin keeps
 your
forms and entries — nothing is wiped unless you explicitly turn on “Delete all Trinity
Forms data when the plugin is deleted” under Trinity Forms Settings, in which case
data is removed only when you delete the plugin.

A lapsed Pro license simply disables premium features (payments, file uploads,
 
integrations, and so on) and the plugin behaves like the free tier — it never deletes
any data. Renewing your license restores access to those features.

### How do I turn on the new drag-and-drop Visual Builder?

It ships opt-in. Go to Forms  Settings  “Open forms in” and choose “Visual
 builder”.
The block editor stays the default and is always available — the builder reads and
writes the same form, so you can switch either way, per form.

### What spam protection is included, and is it free?

All of it is free: a honeypot, a time-trap, and your choice of Cloudflare
 Turnstile,
Google reCAPTCHA v2, invisible reCAPTCHA v3, or hCaptcha — plus Akismet if you have
it configured. See “External services” below for what each CAPTCHA provider receives.

### Do you have other plugins that work with this?

Yes — Trinity Forms is one of three JnK Plugins:
 Automatic Linker — server-side
internal linking suggestions (jnkplugins.com/automatic-linker) Trinity Forms — flat-
priced form builder with Stripe (jnkplugins.com/trinity-forms) EntryVault — Kanban
CRM for form submissions (jnkplugins.com/entryvault) Buy any two at ~20% off or 
all three at ~25% off. See license.jnkplugins.com/bundles.

## ‍ವಿಮರ್ಶೆಗಳು‍

ಈ ಪ್ಲಗಿನ್‌ಗೆ ಯಾವುದೇ ವಿಮರ್ಶೆಗಳಿಲ್ಲ.

## ಕೊಡುಗೆದಾರರು & ಡೆವಲಪರ್‌ಗಳು

“Trinity Forms” ಓಪನ್ ಸೋರ್ಸ್ ಸಾಫ್ಟ್‌ವೇರ್ ಆಗಿದೆ. ಕೆಳಗಿನ ಜನರು ಈ ಪ್ಲಗಿನ್‌ಗೆ ಕೊಡುಗೆ ನೀಡಿದ್ದಾರೆ.

ಕೊಡುಗೆದಾರರು

 *   [ Suresh K Meena ](https://profiles.wordpress.org/suresh1986/)

[“Trinity Forms” ಅನ್ನು ನಿಮ್ಮ ಭಾಷೆಗೆ ಅನುವಾದಿಸಿ.](https://translate.wordpress.org/projects/wp-plugins/trinity-forms)

### ಅಭಿವೃದ್ಧಿಯಲ್ಲಿ ಆಸಕ್ತಿ ಇದೆಯೇ?

[ಕೋಡ್ ಬ್ರೌಸ್ ಮಾಡಿ](https://plugins.trac.wordpress.org/browser/trinity-forms/), [SVN ರೆಪೊಸಿಟರಿ](https://plugins.svn.wordpress.org/trinity-forms/)
ಪರಿಶೀಲಿಸಿ, ಅಥವಾ [ಅಭಿವೃದ್ಧಿ ಲಾಗ್](https://plugins.trac.wordpress.org/log/trinity-forms/)
ಗೆ [RSS](https://plugins.trac.wordpress.org/log/trinity-forms/?limit=100&mode=stop_on_copy&format=rss)
ಚಂದಾದಾರರಾಗಿ.

## Changelog

#### 2.0.0

 * New: Visual Builder — an opt-in drag-and-drop form canvas. Turn it on under Forms
   Settings  “Open forms in”  Visual builder. Drag field types from the palette 
   to place them exactly where you want, reorder by dragging, undo/redo, edit the
   form title inline, and start from any of the 12 built-in templates without leaving
   the builder. The block editor stays the default and is always available; the 
   builder reads and writes the same form, so you can switch either way.
 * Fixed: entry-retention cleanup now removes each expired submission’s stored files
   and field data (previously the daily cleanup could leave uploaded files and metadata
   behind).
 * Fixed: a form field whose ID matched a reserved merge tag (for example {site_url})
   can no longer override that tag in notification emails.
 * New: a Feedback & Support page under the Forms menu to send the plugin author
   a message (with optional site info) straight from your dashboard.

#### 1.12.0

 * Fixed: major bug fix in conditional logic. Every field type now has a “Conditional
   logic” panel in the block editor — show or hide a field when other fields match
   rules you choose.
 * New: format validation — text, textarea, email and phone fields accept a regular
   expression pattern with a custom error message.
 * Fixed: form updates made over the REST API are now validated, so an incomplete
   request can no longer overwrite a form’s fields.

#### 1.11.0

 * New: GDPR tools — Trinity Forms submissions are now included in WordPress’ Export
   and Erase Personal Data requests (Tools  Export/Erase Personal Data), matched
   by the submitter’s email.
 * New: Form analytics — a views  submissions funnel with a completion rate, shown
   per form on the Forms list.
 * New: Akismet spam protection — when Akismet is configured, submissions are checked
   against it automatically.
 * New: Google reCAPTCHA v3 (invisible, score-based) joins Turnstile, reCAPTCHA 
   v2 and hCaptcha as a spam-protection option.

#### 1.10.0

 * New: “My submissions” — add the [trinity_forms_my_submissions] shortcode to any
   page to show logged-in visitors a list of their own past submissions.
 * New (Pro): create a WordPress post or custom-post-type entry automatically from
   each submission, and design a custom PDF template.

#### 1.9.0

 * Maintenance and compatibility. This release deepens Pro-only payments (recurring
   billing, coupon codes, and the Mollie gateway); the free tier is unchanged.

#### 1.8.0

 * Maintenance and compatibility. This release adds Pro-only native integrations
   and hardens credential encryption; the free tier is unchanged.

#### 1.7.0

 * Maintenance and compatibility. This release adds a Pro-only conversational (one-
   question-at-a-time) render mode; the free tier is unchanged.

#### 1.6.0

 * Maintenance and compatibility. This release adds a Pro-only AI form assistant(
   bring your own API key); the free tier is unchanged.

#### 1.5.2

 * Maintenance and compatibility. The free tier is unchanged.

#### 1.5.1

 * Fixed: front-end form submission could fail — a leftover identifier from an earlier
   plugin rename made the front-end script error, so forms fell back to a non-AJAX
   POST that was rejected. Submissions now work reliably.
 * Fixed: composite fields (Name, Address) did not submit their values because the
   client did not serialize their sub-fields. Now fixed.

#### 1.5.0

 * Maintenance and compatibility. This release adds Pro-only PDF export and a filterable
   front-end submissions view; the free tier is unchanged.

#### 1.4.0

 * Maintenance and compatibility. This release adds Pro-only integrations and spreadsheet
   export; the free tier is unchanged.

#### 1.3.0

 * Maintenance and compatibility. This release adds a Pro-only calculation field;
   the free tier is unchanged.

#### 1.2.0

 * New: Results report — Trinity Forms  Results aggregates any form’s choice (radio/
   select/checkbox) and rating/range/number responses into per-option counts, percentages
   and averages, turning any form into a survey or poll with instant analytics.
 * New: Quiz scoring — set a correct answer + points on radio/select fields and 
   each submission is scored automatically, with {quiz_score} and {quiz_max} merge
   tags for confirmations and notifications.

#### 1.1.1

 * New: Google reCAPTCHA v2 and hCaptcha are now supported for spam protection alongside
   Cloudflare Turnstile — choose your provider and enter its keys under Trinity 
   Forms  Settings, then enable the challenge per form.

#### 1.1.0

 * New: five field types — Range slider, Name, Phone (with optional international
   validation), Address, and Country (full ISO list) — all free.
 * New: a starter template library — 12 ready-made forms (contact, quote, event,
   appointment, RSVP, newsletter, support, feedback, job application, order, volunteer,
   testimonial) under Trinity Forms  Templates. Pick one to create an instantly-
   editable form.

#### 1.0.8

 * Improved WordPress.org listing discoverability (expanded tags, clearer contact
   form / form builder description). No functional changes.

#### 1.0.7

 * Fixed: the “Upgrade to Pro” and “Feedback/Docs” admin screens linked to a
    retired
   domain and would 404. Both now point at the current site.

#### 1.0.5

 * Hardened for the WordPress.org review: enqueued the form-editor CSS/JS, tightened
   input sanitization and file-upload handling, restricted management endpoints 
   to administrators, and documented the block build.

#### 1.0.4

 * Changed: minimum supported PHP is now 8.2 (8.1 reached end-of-life).
 * Fixed: entries CSV export downloaded an unusable, double-encoded file — it now
   exports a proper CSV.
 * Hardened: output escaping, internationalization comments and file-handling for
   the WordPress.org plugin review.

#### 1.0.0

 * Initial release.
 * Feedback & Support form (sends to the author via your site email).

## ಮೆಟಾ

 *  Version **2.0.0**
 *  ಕೊನೆಯದಾಗಿ ನವೀಕರಿಸಿದ್ದು **23 ಗಂಟೆಗಳು ರ ಮುನ್ನ**
 *  ಸಕ್ರಿಯ ಸ್ಥಾಪನೆಗಳು **10 ಕ್ಕಿಂತ ಕಡಿಮೆ**
 *  ವರ್ಡ್ಪ್ರೆಸ್ ಆವೃತ್ತಿ ** 6.2 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  **7.0.2** ವರೆಗೆ ಪರೀಕ್ಷಿಸಲಾಗಿದೆ
 *  PHP ಆವೃತ್ತಿ ** 8.2 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  Language
 * [English (US)](https://wordpress.org/plugins/trinity-forms/)
 * ಟ್ಯಾಗ್‌ಗಳು
 * [conditional logic](https://kn.wordpress.org/plugins/tags/conditional-logic/)
   [contact form](https://kn.wordpress.org/plugins/tags/contact-form/)[csv export](https://kn.wordpress.org/plugins/tags/csv-export/)
   [form builder](https://kn.wordpress.org/plugins/tags/form-builder/)[survey](https://kn.wordpress.org/plugins/tags/survey/)
 *  [ಸುಧಾರಿತ ನೋಟ](https://kn.wordpress.org/plugins/trinity-forms/advanced/)

## ರೇಟಿಂಗ್‌ಗಳು

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/trinity-forms/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/trinity-forms/reviews/)

## ಕೊಡುಗೆದಾರರು

 *   [ Suresh K Meena ](https://profiles.wordpress.org/suresh1986/)

## ಬೆಂಬಲ

ಹೇಳಲು ಏನಾದರೂ ಸಿಕ್ಕಿದೆಯೇ? ಸಹಾಯ ಬೇಕೇ?

 [ಬೆಂಬಲ ವೇದಿಕೆಯನ್ನು ವೀಕ್ಷಿಸಿ](https://wordpress.org/support/plugin/trinity-forms/)