Hide/deactivate the “Next” button for specific page

I would like an option to hide/deactivate the “Next” button at a particular page in the form.

2 Likes

Hi there, @user8320 :wave:

Could you please specify the names of the page and widget where you’d like to hide the button?

2 Likes

Hi Max,

I don’t have a page for this at the moment. I just want to prepare it in advance for when I’m on vacation, so that during that time, no forms can be submitted, and people can see that it’s unavailable due to vacation.

2 Likes

Got you, thanks!

I’d like to remind you that you can temporarily hide the widget from your website:

This way, the widget won’t be visible for your website visitors, but the installation code will be kept on the page. Once you want to display the widget again, just hit the Show button:


Check it out and let me know if it works for your case.

However, if this option isn’t exactly what you need, please let me know, and I’ll be happy to discuss the opportunity of hiding the Next button with the devs :slightly_smiling_face:

2 Likes

Hi Max,

I was indeed aware of that, but that’s not quite what I meant. I would like the first page to always remain visible on my website.

2 Likes

Got you!

I’ve talked to the devs and, unfortunately, it’s impossible to hide the Next button for a specific page only.

I’ve moved your request back to the Wishlist and if it becomes popular, we’ll try to think it over in the future :slightly_smiling_face:

1 Like

Hi Max,

I thought I read somewhere that it’s possible to hide or disable the back button using custom CSS. I just can’t seem to find where I saw that anymore. I assumed it would also be possible to do the same with the next button.

1 Like

Never mind, I’ve already solved it with this line of code in the custom JS: nextButton.style.display = 'none'; // Hides the button after clicking.

2 Likes

Ah, apologies that we haven’t this solution first, but I am happy to hear that you’ve managed to do this.

If anything else comes up, we are always here for you :slightly_smiling_face:

6 posts were split to a new topic: Hide the “Next” button in the Form Builder depending on the fields