Hallo zusammen,

ich versuche gerade ein 4.13er Installation auf 5.3 zu bringen, aber irgendwie habe ich hier einen Konten im Kopf.

Die genannte Erweiterung hindert mich am Upgrade, weil es sie für Contao >= 5.1 nicht mehr gibt. Die Funktion ist in die Core gewandert, was ja wunderbar ist.
Jetzt muss ich ja aber irgendwie meine Dutzend Formulare rüber retten.

Aber mit der Anleitung habe ich ein logisches Problem:

First, search for all the content elements of type ajaxform. If you want to do it on database level, you can do it by running SELECT * FROM tl_content WHERE type='ajaxform'. Then, do the following steps for every single one of them:

1. Copy the confirmation text to your clipboard.
2. Go to the respective form, enable the new Ajax confirmation message feature and paste your confirmation text.
3. Replace the ajaxform content element with the regular form content element.
4. Uninstall the extension.
Der erste Teil ist noch klar, aber bei Schritt 2 beißt sich die Katze doch in den Schwanz. Vor dem Update habe ich doch gar keine Einstellungen für Ajax in den Formularen. Und um updaten zu können, muss ich die Erweiterung entfernen. Dann ist aber auch das Inhaltsemenet weg.