Remove "next" button in form product using css

Modified on Fri, Feb 9, 2018 at 8:40 AM

As of 2017-03-17 the form product only displays the form fields when using the wizard, future development will allow for single page form. However, you are able to remove the "Next" button using custom css in bootstrap.

To remove the next button go to the company you want to remove the button from.

From the Bootstrap menu select custom css.

add the following code to the css:

.rwzButton {
font: inherit;
display: inline-block;
min-width: 6.66667em;
*width: 6.66667em;
padding: .16667em .83333em;
border: 1px solid #828282;
cursor: default;
user-select: none;
text-align: center;
visibility: hidden !important;
}

Note: this will make the next button hidden on all form products

 

 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article