• Resolved absatzformat

    (@absatzformat)


    Hello!
    Just wanted to let you know, that the multi-step feature in Metforms is broken for recent Elementor versions.

    wp-content/plugins/metform/public/assets/js/app.js:

    var r = n.find(".e-container--column").length > 0 ? ".e-container--column" : n.find(".e-con").length > 0 ? ".e-con" : ".elementor-top-section";
    n.find('div[data-elementor-type="wp-post"] > '.concat(r)).each...

    .elementor-top-section is not a direct child of div[data-elementor-type="wp-post"] anymore. So the above code is broken and fails to generate / handle the multi-step navigation.

    Greetings

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Ahmed Amir Hossain

    (@ahmedamir)

    Hi @absatzformat,

    Thanks for contacting us.

    I understand your query. But the multistep is the PRO feature of MetForm. As per the www.remarpro.com policies, We aren’t allowed to discuss the PRO feature of the plugin here. Please navigate to the plugin’s details page and you’ll find the link to contact our support center. Our support team will help you ASAP!

    Regards,

    Amir

    Thread Starter absatzformat

    (@absatzformat)

    Hi @ahmedamir ,

    I do not need any support. I fixed the code myself.
    That was just a hint for you / your developer team.
    You may forward the issue to someone in charge.

    Also, depsite the fact that multi-step is a pro feature, the file I am talking about is part of MetForm Free:
    wp-content/plugins/metform/public/assets/js/app.js

    Kind regards,
    Johannes

    vertigo91

    (@vertigo91)

    Hello, i have the same problem too.

    @absatzformat Magst du mir sagen, woran es gelegen hat und wo ich den Code ab?ndern muss? Der Support meint, es gab keine F?lle, obwohl du exakt die selbe Problematik hattest.

    Danke dir

    Thread Starter absatzformat

    (@absatzformat)

    Hi @vertigo91 ,

    in der Datei wp-content/plugins/metform/public/assets/js/app.js:
    Suche nach 'div[data-elementor-type="wp-post"] > ' und l?sche > raus.
    Sollte dann so aussehen: 'div[data-elementor-type="wp-post"] '.

    Grü?e
    Johannes

    vertigo91

    (@vertigo91)

    @absatzformat Ja was soll ich sagen. Ich danke dir vielmals. Hab mich dumm und d?mlich gesucht und der Support ist hier sowas von tr?ge.

    @ahmedamir can you please fix the above code? I literally waited 5 days for a response. Thank you…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Multi-Step not working’ is closed to new replies.