Form submit button not showing in the page

I made a multi step form and everything is working except for the submit button that does not want to show up on the page. It is in Slide number 8 on the bottom.

If I make a new page and create a new form the button shows up. If I delete the form and make a new one the button shows up, also regular buttons work, only submit will not display and it would be quite some effort to make the form again from the beginning. Can anyone help?


Here is my site Read-Only: https://preview.webflow.com/preview/netz?utm_medium=preview_link&utm_source=designer&utm_content=netz&preview=0a984ca3045a1ac1ee187b49c820e2a1&pageId=5e5982db99e64170a06173cc&mode=preview
(how to share your site Read-Only link)

Hey Archie! Is the custom code possibly hiding the button? I couldn’t figure it out either.

hey I tried removing the code completely, saving and refreshing but the submit button still does not show

Figured it out. I had this css

input[type=submit] {
background-color: DodgerBlue;
color: #fff;
cursor: pointer;
}

which made the submit button the same color as the background, white.

1 Like

Ahh, that makes sense. Glad you figured it out! Thanks for following up here.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.