Title: IngotForge Form Viewer
Author: ingotpress
Published: <strong>September 9, 2026</strong>
Last modified: September 9, 2026

---

Search plugins

![](https://ps.w.org/ingotforge-form-viewer/assets/banner-772x250.png?rev=3689028)

![](https://ps.w.org/ingotforge-form-viewer/assets/icon.svg?rev=3689028)

# IngotForge Form Viewer

 By [ingotpress](https://profiles.wordpress.org/ingotpress/)

[Download](https://downloads.wordpress.org/plugin/ingotforge-form-viewer.2.4.4.zip)

 * [Details](https://wordpress.org/plugins/ingotforge-form-viewer/#description)
 * [Reviews](https://wordpress.org/plugins/ingotforge-form-viewer/#reviews)
 *  [Installation](https://wordpress.org/plugins/ingotforge-form-viewer/#installation)
 * [Development](https://wordpress.org/plugins/ingotforge-form-viewer/#developers)

 [Support](https://wordpress.org/support/plugin/ingotforge-form-viewer/)

## Description

IngotForge Form Viewer is a standalone form importer, renderer, entry manager, and
notification system for forms originally authored in Gravity Forms.

Create and export a form on a source site, import its JSON file into IngotForge 
Form Viewer, and publish the converted form with a shortcode or the Form Viewer 
block. Gravity Forms is not required on the destination site.

**Gravity Forms is an authoring and export source, not a runtime dependency.**

#### Standalone form runtime

 * Imports one or more forms from Gravity Forms or IngotForge Form Viewer JSON exports.
 * Validates imports, detects duplicates, reports unsupported source features, and
   preserves source metadata for diagnostics.
 * Renders and processes forms independently of Gravity Forms.
 * Supports multi-page forms, progress navigation, conditional fields, and conditional
   page branching.
 * Supports text, email, number, telephone, URL, date, time, password, textarea,
   select, multiselect, radio, checkbox, consent, name, address, HTML, section, 
   hidden, upload, signature, and repeater/list fields.
 * Performs browser and server-side validation and sanitization.
 * Supports honeypot protection, minimum submission time, optional rate limiting,
   schedules, login requirements, and entry limits.
 * Supports confirmation messages, selected WordPress pages, and validated local
   redirects.
 * Stores entries in the plugin’s own WordPress database table.
 * Sends configurable administrator and submitter notifications through `wp_mail()`.
 * Supports merge tags, branded HTML email, adjustable logo borders and radius, 
   and independent logo-caption and site-name typography.
 * Supports guest and logged-in save-and-resume drafts.

#### Administration

 * Dashboard summaries for forms, entries, unread entries, and recent activity.
 * Searchable, sortable, filterable, and paginated form and entry screens.
 * Add, edit, preview, duplicate, export, activate, deactivate, and delete actions.
 * Guided drag-and-drop JSON importer with browser-side inspection and server-side
   validation.
 * Structured field editor with ordering, duplication, choices, repeater columns,
   conditional logic, and advanced JSON access.
 * Separate panels for behavior, confirmations, email, save-and-resume, uploads,
   spam protection, appearance, and advanced settings.
 * Test-email recipient and template controls that use the values currently shown
   in the editor.
 * Copyable shortcodes and a server-rendered Form Viewer block.
 * Entry statuses, bulk actions, CSV import/export, and notification resend.
 * System status, additive table repair, upload-directory protection, and daily 
   retention maintenance.
 * WordPress personal-data exporter and eraser integration.
 * A built-in **Tutorial / Manual** page under the Form Viewer administration menu.

#### Current identifiers

Version 2.4.0 and later use one collision-safe IngotForge naming convention throughout
the package:

 * PHP namespace: `IngotForgeFormViewer`
 * Internal identifier prefix: `ingofovi_`
 * Slug and asset prefix: `ingofovi-`
 * Forms table: `{$wpdb->prefix}ingofovi_forms`
 * Entries table: `{$wpdb->prefix}ingofovi_entries`
 * Form field keys: `ingofovi_field_*`
 * Settings option: `ingofovi_settings`
 * Submission action: `ingofovi_submit_form`
 * Class files: `class-ingofovi-*.php`
 * Front-end assets: `ingofovi-frontend.css` and `ingofovi-frontend.js`
 * Primary shortcode: `[ingotforge_form_viewer id="123"]`
 * Optional aliases: `[ingotforge-form-viewer id="123"]` and `[ingofovi_form id="
   123"]`

The plugin does not search for, migrate, alias, or fall back to a different identifier
set. A new installation therefore starts with only the current tables, options, 
drafts, uploads, routes, hooks, and assets.

#### Privacy and data retention

Form definitions and entries are stored in custom WordPress tables. Depending on
the fields used, entries may contain personal data. Uploaded files are stored under
the WordPress uploads directory. The plugin does not send data to IngotForge, create
a remote account, load remote assets, or include analytics or telemetry.

Data is retained when the plugin is deactivated or deleted by default. Complete 
removal occurs only when an administrator explicitly enables the destructive uninstall
option before deleting the plugin. Administrators can configure entry retention,
upload cleanup, IP collection, and personal-data erasure behavior.

### Trademark Notice

Gravity Forms is a trademark of Rocketgenius, Inc. This plugin is independently 
developed and is not affiliated with, sponsored by, or endorsed by Rocketgenius,
Inc.

## Blocks

This plugin provides 1 block.

 *   IngotForge Form Viewer Display a standalone form imported from a Gravity Forms
   JSON export.

## Installation

 1. Back up the WordPress database and `wp-content/uploads` directory.
 2. Remove any package that should no longer be installed. For a completely clean installation,
    also remove its data using its own uninstall controls.
 3. Upload and activate the IngotForge Form Viewer ZIP.
 4. Open **Form Viewer > Import** and select a Gravity Forms or IngotForge Form Viewer
    JSON export, or open **Form Viewer > Add New** to create a form.
 5. Review, preview, and test the form, including both email templates.
 6. Set the form to Active and save it.
 7. Copy its shortcode from **Form Viewer > Forms**, or insert the Form Viewer block.
 8. Open **Form Viewer > Tutorial / Manual** for the complete administration guide.

## FAQ

### Must Gravity Forms be installed on the destination site?

No. Gravity Forms is needed only on the source site where the original form is authored
and exported.

### Does the plugin submit entries back to Gravity Forms?

No. Imported forms are converted to the plugin’s local format. IngotForge Form Viewer
renders, validates, stores, and emails submissions itself.

### Which shortcode should I use?

Use `[ingotforge_form_viewer id="123"]`, replacing `123` with the form ID. The aliases`[
ingotforge-form-viewer]` and `[ingofovi_form]` are available when shortcode aliases
are enabled under **Form Viewer > Settings**.

### Where is the manual?

Open **Form Viewer > Tutorial / Manual** in the WordPress administration menu. A
Markdown copy is also included in `docs/MANUAL.md`.

### What happens to unsupported Gravity Forms add-on fields?

They are reported during import and retained as diagnostic source metadata rather
than being silently discarded or represented as working fields. Add-on configuration
is preserved for diagnostics but is not presented as an implemented add-on feature.

### Does uninstall delete forms and entries?

Not by default. Destructive uninstall must be enabled explicitly under **Form Viewer
> Settings** before the plugin is deleted.

### Does the plugin contact an external service?

No. It makes no telemetry, analytics, licensing, or remote runtime requests. Email
delivery uses the WordPress site’s configured mail transport.

### What does a successful test-email result mean?

It means WordPress accepted the message for delivery. Inbox delivery still depends
on the site’s mail or SMTP configuration and the recipient’s mail provider.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“IngotForge Form Viewer” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ ingotpress ](https://profiles.wordpress.org/ingotpress/)

[Translate “IngotForge Form Viewer” into your language.](https://translate.wordpress.org/projects/wp-plugins/ingotforge-form-viewer)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/ingotforge-form-viewer/),
check out the [SVN repository](https://plugins.svn.wordpress.org/ingotforge-form-viewer/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/ingotforge-form-viewer/)
by [RSS](https://plugins.trac.wordpress.org/log/ingotforge-form-viewer/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.4.4

 * Replaced the remaining direct symlink deletion during opt-in uninstall with WordPress’s`
   wp_delete_file()` API.
 * Retained the existing symlink-safe recursive cleanup, upload-directory containment
   checks, and default data-retention behavior.

#### 2.4.3

 * Canonicalized stored upload paths before file deletion and resend-email attachment
   collection.
 * Restricted file operations to existing regular files inside the plugin-managed
   uploads directory.
 * Rejected traversal, foreign-host, malformed, out-of-root, and symlink-escape 
   paths while preserving valid uploaded files.

#### 2.4.2

 * Moved automatic unread-to-read entry updates into a dedicated capability-checked,
   nonce-protected administrator action.
 * Kept direct entry-detail URLs display-only so viewing a URL without the trusted
   action cannot modify stored data.
 * Preserved automatic mark-as-read behavior for entry links generated by the Dashboard
   and Entries screens.

#### 2.4.1

 * Made nonce verification explicit in each affected administrator request handler
   so Plugin Check can recognize the existing CSRF protection.
 * Added the missing translator comment for an upload-error placeholder.
 * Preserved all functionality and storage conventions from version 2.4.0.

#### 2.4.0

 * Adopted the collision-safe `ingofovi_` / `ingofovi-` prefix across declarations,
   stored data, routes, handles, assets, markup, and documentation.
 * Removed `Tested up to` from the main plugin header; compatibility is declared
   only in this readme.
 * Added schema-aware recursive validation and sanitization for saved, imported,
   and test-email form definitions.
 * Restricted file processing to upload fields declared by the active form while
   retaining multi-file and per-field restrictions.
 * Centralized administrator capability and nonce enforcement before privileged 
   request data is processed.
 * Preserved all form, entry, email, branding, typography, draft, import/export,
   privacy, block, maintenance, and uninstall functionality.

#### 2.3.2

 * Corrected scalar POST handling so input is validated, unslashed, and sanitized
   at the point of use.
 * Shortened the WordPress.org short description to remain within the 150-character
   limit.
 * Preserved all behavior and the clean IngotForge rebranding introduced in version
   2.3.1.

#### 2.3.1

 * Completed a clean, direct IngotForge Form Viewer rebrand throughout PHP, JavaScript,
   CSS, database identifiers, request names, hooks, class files, assets, documentation,
   and translation sources.
 * Established a clean IngotForge-only namespace and naming convention throughout
   the package.
 * Removed the retired product identifiers and compatibility layer so new installations
   start cleanly.
 * Added the integrated **Tutorial / Manual** administration page and packaged Markdown
   manual.
 * Retained all working form, entry, email, typography, upload, draft, privacy, 
   import/export, block, and administration functionality from version 2.2.7.

#### 2.2.7

 * Corrected false unsaved-change warnings when opening an editor or settings page.
 * Preserved the navigation warning for genuine unsaved edits.

#### 2.2.6

 * Added independent typography controls for the email logo caption and site name.

#### 2.2.5

 * Added an independent email-logo border-radius control.

#### 2.2.4

 * Corrected logo-border mode, thickness, color, and test-email synchronization.

#### 2.2.3

 * Added configurable email-logo border modes, thickness, and color.
 * Corrected test-email request sanitization.

#### 2.2.2

 * Added recipient-driven administrator and submitter test emails directly in the
   Email tab.

#### 2.2.1

 * Corrected Forms-table spacing between Shortcode and Entries.

#### 2.2.0

 * Added the modern dashboard, importer, structured editor, entry management, block,
   privacy tools, repair tools, and responsive front-end experience.

## Meta

 *  Version **2.4.4**
 *  Last updated **18 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [contact form](https://wordpress.org/plugins/tags/contact-form/)[form entries](https://wordpress.org/plugins/tags/form-entries/)
   [forms](https://wordpress.org/plugins/tags/forms/)[gravity forms](https://wordpress.org/plugins/tags/gravity-forms/)
 *  [Advanced View](https://wordpress.org/plugins/ingotforge-form-viewer/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/ingotforge-form-viewer/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/ingotforge-form-viewer/reviews/)

## Contributors

 *   [ ingotpress ](https://profiles.wordpress.org/ingotpress/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/ingotforge-form-viewer/)