Feature #50375
closedMigration from "old" mailforms to "new" form extension
0%
Description
We run TYPO3 4.7, and haven't yet installed the form extension that was introduced in TYPO3 4.6.
The reason for this is that if I install the new form extension (I also included the static TS) all of our 400+ already existing forms disappear from the website. The old form configuration is still in the bodytext field, but the form wizard shows an empty form.
Obviously, the actual form configuration is different for both extensions (thus the empty wizard), which means that the new extension is not backwards compatible. I also could not find any information on how to migrate the old forms.
This wouldn't be much of a problem if the old and new form extension could both run at the same time, and newer forms are created with the new extension. But the new extension replaces the old one, which makes it useless to me without taking the effort to manually migrate 400 forms.
Did I miss something or is this a bug/missing feature?
Files
Updated by Ernesto Baschny over 11 years ago
- Tracker changed from Bug to Feature
- Priority changed from Should have to Could have
I would say "missing feature". There is no (to my knowledge) migration wizard for old forms. You either install "form" and get it's features (from scratch) or do not install it and keep using old mailform's.
But a wizard to migrate would be awesome! Maybe you could find time to work on that? Or provide some sponsoring for someone to work on it?
Updated by Benni Mack over 9 years ago
- Status changed from New to Rejected
Hey Florian,
as the old mailform is now moved to compatibility6, we are not going to support this form any longer and also won't provide an upgrade path to it. Sorry, but this is just too much effort we don't want to invest more time in. If you still want to come up with a migration patch, I'm happy to review and get it in.
Updated by Benjamin Serfhos over 7 years ago
I created my own install tool upgrade migration if developers want to use it;
https://gist.github.com/bmoex/5135f3e6685a358a54e6c955bf64d21b
Updated by Florian Seirer about 6 years ago
- File mailform_migration.zip mailform_migration.zip added
I added some missing field types to the script from Benjamin, and created a very basic extension (See attached file).
Not all features of the old mailforms are migrated, because they aren't supported in new forms. But it worked for me and saved me a lot of time.
Thank you, Benjamin!