Migrating from ACF Pro | Field Forge - Custom Fields, Built for Speed
Download Log in

Migrating from ACF Pro

User Guide

If your site currently uses ACF Pro (Advanced Custom Fields), Field Forge can import all of your field groups, settings, conditional logic, and field data. The migration is designed to be seamless — your theme continues working without any code changes because Field Forge provides the same template functions that ACF does (get_field(), the_field(), have_rows(), and all others).

This section provides a paranoid, step-by-step migration process with verification at every stage and a complete rollback plan. Migrating field definitions across plugins is a significant change, and it is worth being thorough.

Before You Touch Anything: Pre-Migration Checklist

Complete every item on this checklist before starting the migration:

StepActionHow to Verify
1Create a full site backup — database and filesDownload a backup using your hosting panel, UpdraftPlus, or a similar backup plugin. Verify you can access the backup file.
2Note your current ACF Pro versionGo to Plugins > Installed Plugins, find ACF Pro, write down the version number
3Count your ACF field groupsGo to ACF > Field Groups, note the total number
4Identify your most critical field groupsPick 3-5 field groups that power the most visible parts of your site (hero sections, product pages, key landing pages)
5Test those critical pagesVisit 3-5 key pages on the frontend and take screenshots or notes of how they look right now — this is your “before” reference
6Keep ACF Pro activeDo NOT deactivate ACF yet — Field Forge reads from it during migration
7Activate your Field Forge PRO licenseGo to Field Forge > License and activate — you need PRO to migrate field values (not just field group definitions)
8Check your hosting resourcesLarge sites need adequate PHP memory (256MB+) and execution time (300 seconds+). Ask your host if you are unsure.
9Choose a low-traffic timeRun the migration when your site has minimal visitors, in case anything temporarily disrupts the frontend
10Inform your content teamTell editors to avoid editing posts during the migration window

Step 1: Detect ACF Data

  1. Go to Field Forge > Migration in the WordPress admin
  2. Click Detect ACF Data
  3. Field Forge scans your site and reports what it finds:
– Number of ACF field groups

– Number of posts/pages with ACF field data

– Total field values stored in the database

– List of ACF features in use (Repeaters, Flexible Content, Options Pages, etc.)

  1. Review the summary carefully. The number of field groups should match what you counted in the pre-migration checklist. If the numbers are wildly different, investigate before proceeding.
  2. Note whether the summary mentions PRO-only field types (Repeaters, Flexible Content, Groups, Clone). If it does, confirm that your Field Forge PRO license is active.

[Screenshot: the Migration screen showing detection results — “Found 12 field groups, 847 posts with field data, 4,231 total field values”]

Step 2: Import Field Groups (Structure Only)

This step imports the field group definitions — the fields themselves, their types, settings, location rules, and layout. It does not touch the actual content data.

  1. Click Import Field Groups
  2. Field Forge converts each ACF field group to Field Forge format
  3. A progress indicator shows each group being processed
  4. Everything is preserved:
– All field types and their settings (labels, names, instructions, defaults, choices)

– Location rules (which posts/pages show each field group)

– Field order and wrapper width settings

– Conditional logic rules

– Tab, Accordion, and Message layout fields

– Sub-fields inside Groups, Repeaters, and Flexible Content layouts, including deeply nested structures

– ACF Local JSON-only field groups from acf-json/group_*.json, even if the matching ACF field-group database posts are not present

  1. A success message appears listing how many groups were imported
  2. Verification: Go to Field Forge > Field Groups and count the imported groups. The number should match the ACF count.
  3. Verification: Open 2-3 imported field groups and check that the fields, their types, and their settings look correct
  4. Verification: Open a post in the editor that should show one of these field groups. You should now see the field group appearing twice — once from ACF and once from Field Forge. This is expected at this stage.

Step 3: Import Field Values (Data — PRO Required)

This step migrates the actual content — everything your editors have typed into ACF fields on posts and pages. This is the most critical step.

  1. Click Import Field Groups with Values
  2. A progress bar appears showing the migration status
  3. Field Forge processes posts in batches of 50 for reliability
  4. For small sites (under 500 posts), this completes in under a minute
  5. For large sites (thousands of posts), the migration runs in the background — you can close the browser tab and it continues processing. A notification appears in the admin when it finishes.
  6. Wait for the completion notice before proceeding
  7. Verification: Open 5-10 posts across different post types and check that:
– Fields display with their data in the Field Forge metaboxes

– Text fields contain the correct text

– Image fields show the correct images

– Select/checkbox/radio fields have the correct selections

– Repeater rows are intact with all their sub-field data

– Group fields preserve their child values

– Flexible Content layouts are in the correct order with correct data

– If a Flexible Content layout contains a nested Repeater, drag one nested row, click Update, and confirm the row order persists without duplicate rows

Step 4: Verify the Frontend

This is where your “before” screenshots from the pre-migration checklist become essential.

  1. Visit the 3-5 critical pages you documented before the migration
  2. Compare them to your screenshots/notes — everything should look identical
  3. Check pages that use Repeaters (team pages, FAQ sections, pricing tables) — verify all rows appear
  4. Check pages that use Flexible Content — verify all sections appear in the correct order
  5. Check the site header and footer — if they use Options Page data, verify the phone number, logo, social links, etc. still appear
  6. Test on mobile as well — responsive layouts should be unaffected

Step 5: Deactivate ACF Pro (When Ready)

Only proceed to this step after thorough verification. There is no rush.

  1. Go to Plugins > Installed Plugins
  2. Find ACF Pro in the list
  3. Click Deactivate (not Delete — deactivate only for now)
  4. Immediately visit your 3-5 critical frontend pages again
  5. Everything should still look identical because Field Forge provides all the same template functions
  6. Check the WordPress editor — posts should show Field Forge metaboxes (not ACF metaboxes)
  7. If everything works, leave ACF Pro deactivated for at least one week while your team uses the site normally
  8. After one week of smooth operation, you can delete ACF Pro if you choose — but there is no harm in leaving it deactivated as a safety net

The Rollback Plan

If something goes wrong at any stage:

ProblemSolution
Field groups imported incorrectlyDelete the Field Forge field groups and re-run the import
Field values are missing or wrongRe-run the value migration — it is idempotent and de-duplicates duplicate ACF group records before importing values
Frontend pages look different after deactivating ACFReactivate ACF Pro immediately — the site returns to its previous state
Migration failed or timed outCheck server error logs for memory or timeout issues. Increase PHP memory to 512MB and max execution time to 600 seconds, then retry.
You want to undo everythingRestore the full backup you created in the pre-migration checklist. This returns the entire site to its exact pre-migration state.

Migration Compatibility Reference

ACF FeatureSupported in MigrationNotes
All basic field types (text, number, image, etc.)Yes
Select, checkbox, radio, true/false, button groupYes
Date picker, color pickerYes
Tabs, accordions, messagesYes
RepeatersYesRequires PRO
GroupsYesRequires PRO
Flexible ContentYesRequires PRO
Clone fieldsYesRequires PRO
Options Pages and their dataYesRequires PRO
Conditional LogicYes (top-level fields)Rules on top-level fields are imported and evaluated at runtime. Rules on fields nested inside Repeater / Group / Flexible Content are imported but not yet evaluated — every nested field still renders.
Location rulesYes
Field values (post content data)YesRequires PRO
Local JSON filesYesField Forge can import ACF Local JSON-only field group definitions from acf-json/group_*.json; Field Forge’s own ongoing sync uses fieldforge-json/.
ACF Blocks (Gutenberg blocks)Beta / manual reviewSimple ACF block definitions can be mapped to Field Forge PHP Blocks (PRO), but custom render callbacks, block assets, and theme-specific registration code should be reviewed manually before removing ACF Pro.

> Good to know: Migration does not modify or delete any ACF data. Both plugins can coexist while you verify everything. Your original ACF data remains in the wp_postmeta table even after migration. Only delete ACF Pro after extended testing confirms everything works.

> Important: If your site uses ACF functions in custom plugins (not just the theme), test those plugins after migration as well. Field Forge provides all standard ACF functions, but highly unusual or undocumented ACF internals might behave differently. Test thoroughly.

> Tip: For large enterprise sites with tens of thousands of posts, consider migrating during a maintenance window and using the background migration feature. Communicate the window to your entire content team so no one is editing posts while values are being migrated.

Forge AI Assistant Online

Hi! I'm the Field Forge AI assistant. Ask me anything about the plugin — setup, features, troubleshooting, or development.

Just now
Powered by Forge AI · Browse docs