How to use this module

Created on 31 May 2025, 2 months ago

Problem/Motivation

Can you explain how to use this module?
I have 9 webforms in a drupal7 site and I have to migrate them to a drupal10.

Steps to reproduce

  • Install and enable the webform_migrate module in Drupal10
  • Enable this module in Drupal10: migrate, migrate_drupal, migrate_drupal_ui, migrate_upgrade, migrate_tools, migrate_plus,
  • Copy the "migration_templates" and "src" folders from the webform_migrate directory to my existing webform directory. So, I have this path: webform/migration_templates/d7_webform.yml and webform/src/Plugin/migrate/source/d7/D7Webform.php

Now, I don't know how to proceed...

Thanks for the support

💬 Support request
Status

Active

Version

2.0

Component

Documentation

Created by

🇮🇹Italy kris77

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @kris77
  • 🇱🇹Lithuania vibrasphere

    For me it was /migrations/ and /src/ folders, you copy them into your D10 /webform/ directory

    Then run drush command line e.g.
    migrate:upgrade --legacy-db-key=migrate --configure-only --legacy-root my D7 database is connected via settings.php inside D10 for this to work.

    And now if you go to admin/structure/migrate/manage/migrate_drupal_7/migrations the webform migrations upgrade_d7_webform and upgrade_d7_webform_submissions will appear and will be ready to be executed.

    This module needs proper documentation, it's a mess.

Production build 0.71.5 2024