5
Wie erstelle ich ein Formular Popup-Modal in Magento2
Ich bin neu bei magento2. Ich versuche, ein Popup-Modal für mein neues Formular zu erstellen. Ich habe ein Popup erstellt, das funktioniert, aber kein Modal erstellen kann. Es folgt der Code für das Popup, das beim Laden der Seite geladen wird: require([ 'jquery', 'Magento_Ui/js/modal/alert' ], function($, alert) { alert({ title: …