• Resolved alizaschwartz

    (@alizaschwartz)


    I don’t know why a second button “back” on each page of my form. Could you please help me resolve this issue?
    Many thanks!

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Ninja Team

    (@ninjateam)

    Hi @alizaschwartz

    Thanks for reaching out. Please try this CSS code:

    .et_pb_text_inner > input.cf7mls_back {
        display: none;
    }

    Let me know if this helps.

    Kelly

    Thread Starter alizaschwartz

    (@alizaschwartz)

    It works great!
    Many thanks!

    Plugin Support Bruce

    (@ninjateamwp)

    Hi @alizaschwartz ,

    You are most welcome and we hope you could leave the plugin a 5 star ratings ??
    https://www.ads-software.com/support/plugin/cf7-multi-step/reviews/

    Kind regards,
    -Bruce-

    Thread Starter alizaschwartz

    (@alizaschwartz)

    Hi,
    I just noticed that there is a big margin on the left side of my page where was the back button. How can I take it away?
    Thanks!

    Plugin Support Bruce

    (@ninjateamwp)

    Hi @alizaschwartz ,

    I checked that page and couldn’t see that margin, could you perhaps send a screenshot showing this, please?

    Thank you.

    Kind regards,
    -Bruce-

    Thread Starter alizaschwartz

    (@alizaschwartz)

    Hi Bruce,
    I don’t know how do you send a screenshot through this platform. Could you maybe give me an email adress where I could send it to?
    It’s maybe not a margin, the issue is that the form doesn’t appear centered in the page.
    In the meantime, I met another issue:
    I experimented the plugin on another form, and the extra back button reappeared.
    I’ve got the same CSS code that you gave me earlier but it doesn’t work this time. Would you mind to have a look? The link of the page is https://test.zoomtorah.com/newChavrusa/.
    Thank you very much for your help! I very much appreciate it.

    Plugin Author Ninja Team

    (@ninjateam)

    Hi @alizaschwartz,

    Please use this code for centering the form

    .wpcf7-form.cf7skins input {
        width: auto !important;
    }

    and this for hiding the second back button on your second site

    .et-l > .cf7mls_back {
        display: none;
    }

    Let me know if this helps.

    Kelly

    • This reply was modified 4 years, 3 months ago by Ninja Team.
    Thread Starter alizaschwartz

    (@alizaschwartz)

    Great!
    Thank you so much!
    It’s working very well!

    Plugin Support Bruce

    (@ninjateamwp)

    Hi @alizaschwartz ,

    Nice to know that and could you please the plugin a 5 star ratings now?

    Thank you ??

    Kind regards,
    -Bruce-

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘An extra back button on my multi-step form’ is closed to new replies.