• Resolved Sebastian Weber

    (@sebastian-weber)


    Hi,

    i created a multistep form. At the bottom of each “page” of the form, buttons to navigate to the previous or next page are automatically created. on the last page, the “next”-button is replaced by a “complete” button, which seems to work like a submit button.

    can i hide or delete this button?

    i want the users to only use the “submit” i created myself (because it only shows conditionally). also the submit function of the button, that was created automatically does not work: it does show the approval message on the website, but does not send the necessary emails.

    many thanks for your help!

    Sebastian

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author EDGARROJAS

    (@edgarrojas)

    Hello!

    Unfortunately it is not possible to hide it as the complete button is exactly the same button as the next button so you can’t hide it without hiding the next button i will add this to the todo list.

    Regarding the email problem, have you checked with the email doctor? (the screen that pop up when you click the ‘Not receiving the email? check the email doctor’ inside the email builder)

    Regards!

    Plugin Author EDGARROJAS

    (@edgarrojas)

    Oohhh actually i was wrong, i checked deeper into the code that create the multiple step design and there is actually a way to hide it =).

    Please try adding this in the css section of your form, that should do the trick

    .fuelux.complete .btn-next{
    display:none;
    }

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hide last “complete” button in multistep form’ is closed to new replies.