Field Forge isn’t a silo. Your WordPress site already runs a specific stack — a page builder, a block editor, an e-commerce platform, a headless frontend. Field Forge has first-class integrations with all of them so custom fields work wherever you need them.
Native auto-registration of GraphQL types for every field group. When Field Forge and WPGraphQL are both active, custom fields become queryable via GraphQL automatically — no separate plugin, no manual schema registration.
Native Dynamic Tags integration. Field Forge field values are available as dynamic sources in every Elementor widget. Works with Elementor free and Elementor Pro’s Theme Builder. Repeater fields integrate with Loop Grids (Elementor Pro).
Field groups render as metaboxes in the block editor. Custom Gutenberg blocks can use acf_register_block_type() (ACF-compatible) with PHP render callbacks that access Field Forge values. Auto-detection of FAQ blocks for structured data generation.
Custom fields on products, variations, orders, and customers. Supports repeaters, flexible content, and all 32 field types on WooCommerce content. Performance-optimized via custom table storage for large product catalogs.
Full WooCommerce integration →
Field Forge values are accessible in Divi via Dynamic Content. Add fields to modules, read custom fields in Divi Theme Builder templates.
Custom field shortcodes can reference Field Forge values. Integration with WPBakery’s Grid Builder for dynamic content.
Beaver Themer reads Field Forge field values via standard get_field() calls in PHP-based connections.
Oxygen’s dynamic data feature pulls Field Forge values natively.
Bricks Builder’s dynamic data system reads Field Forge field values via the standard WordPress meta API.
All of the above work because Field Forge’s storage exposes field values via standard WordPress hooks and functions. Page builders that support custom fields support Field Forge.
REST API or GraphQL consumption, TypeScript type safety via auto-generated .d.ts, example integration code available.
Works with Astro’s WordPress fetching patterns. TypeScript support. Works with Astro Islands architecture.
Vue-based frontend, consumes Field Forge via REST API or WPGraphQL + Nuxt Content.
Svelte-based frontend with WordPress as CMS. Built-in TypeScript support.
React-based server-first framework. Works with Field Forge via REST API or GraphQL.
Static site generator with WordPress as CMS. Integrates via gatsby-source-wordpress plugin which reads Field Forge REST API responses.
For any headless framework, Field Forge’s TypeScript generation, GraphQL integration, and REST API cover the common use cases.
Field Forge’s ACF compatibility layer means most plugins that integrate with ACF also work with Field Forge:
get_field() and have_rows() calls — work transparentlyIf a plugin only uses ACF’s public template functions, Field Forge’s compat layer handles it.
Field Forge is part of Forge Suite, a bundle of four WordPress plugins built by the same team:
Field Forge field values are translatable via Lang Forge. Create field groups once, translate values in Lang Forge’s editor. Lang Forge auto-registers Field Forge fields as translatable strings.
SEO Forge auto-detects FAQ blocks built with Field Forge Repeater fields and generates FAQ schema automatically. Field Forge values are available as dynamic variables in SEO Forge’s title and description templates.
Form Forge can post submissions to custom post types with Field Forge custom fields. Create a field group for form submissions, then map Form Forge form fields to Field Forge custom fields for structured storage.
When multiple Forge Suite plugins are active, a unified dashboard appears showing field groups, SEO scores, translation status, and form stats in one place.
get_field() or Dynamic Data featuresIf you’re running a plugin not mentioned here and want to know if it works with Field Forge, contact support. Most plugins that work with ACF also work with Field Forge via the compatibility layer. For anything custom, we can usually confirm or provide a workaround.
Get Field Forge — from $35/year →
Every integration above is included in every plan — free and paid. (Headless tooling like native WPGraphQL types, TypeScript/GraphQL generation, and PHP blocks is part of the paid plans.)