• Resolved gaganwalia8666

    (@gaganwalia8666)


    Hello Sir,

    I used “Simple Contact form 7 Wizard Multisteps Form” Plugin. I phase one issue when i click on Next Button than form not disappers. Please help.
    Code:
    [step s=”1″ title=””]
    <span class=”abc”>[text* Name placeholder “Enter an Address”]</span>[nextbutton]
    [/step]
    [step s=”2″ title=””]
    [text Name placeholder "Name"][email email-996 placeholder “Email”][tel* tel-650 placeholder “Phone”]
    [submit “Submit”]
    [/step]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor wpsenior

    (@wpsenior)

    Did you check form without step plugin?

    • This reply was modified 8 years, 1 month ago by wpsenior.
    Plugin Contributor wpsenior

    (@wpsenior)

    Please remove span tag

    I ran into this to.

    Great plugin, but due to the structure of my site and use of HTML5 sections, I debug the jquery and realised it was not obtaining the step data value.

    I therefore had to amend line 9 in order to make it works for my site to:

    var step = jQuery(this).closest("section").data("step");

    I hope this can you anyone or even if the developer may want to possible try a more CSS specific approach to targeting the DOM elements used in this plugin.

    either way thank you wpsenior for doing this!

    Hello!
    Where did you amend that line? in which file ?

    I tried into the js file of the plugin but I can’t make any change

    Best regards!

    My bad, That worked!
    I just had to reset the permission on my wp instal.

    !

    Plugin Contributor wpsenior

    (@wpsenior)

    Thanks Christopher Leah ??

    No problem @wpsenior it was a great time saver at the time. And glad I could help. I’d contribute and merge the fix but by now I’m sure you’ve resolved it.

    All the best

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Form disappear when click NEXT’ is closed to new replies.