{% import '_includes/forms' as forms %} {% import 'verbb-base/_macros' as macros %} {% extends 'formie/_layouts/settings' %} {% set bodyClass = 'formie-settings-migrate' %} {% set selectedTab = 'migrate/freeform4' %} {% set fullPageForm = outputs is not defined %} {% block actionButton %} {% if outputs is not defined %} {% endif %} {% endblock %} {% block content %} {{ actionInput('formie/migrations/freeform4') }} {{ redirectInput('formie/settings/freeform4') }}
{{ 'Select the forms you wish to migrate from Freeform 4. This will migrate all fields within the form, all settings (where applicable), notifications, and any submissions. Depending on how many entries the selected forms have, this could take some time.' | t('formie') }}
{{ 'Your original Freeform forms will remain un-touched.' | t('formie') }}
{% endif %}