Skip to main content
June 25, 2014
Question

Can you have a "buttonless" form in forms 2.0?

  • June 25, 2014
  • 7 replies
  • 1932 views
Trying to do a really basic e-mail address only form without a button based on a design spec and there doesn't seem to be a way to just delete the button via forms 2.0 editor. Any ideas? Not quite sure how to hide the button - maybe a CSS over ride? Thanks! - Sam
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

7 replies

June 25, 2014
How would someone submit this buttonless form?
June 25, 2014
By hitting enter :)
June 25, 2014
So, you can customize the CSS on the form, and hide the button that way. If you inspect the element you'll see what we call it. Also, you might be able to pick a small button and match the color to your page
Michelle_Tizian
Level 10
June 25, 2014
Honestly, it kind of seems weird not to have a submit button for a form field, but that's just me.  I hope it will be obvious to your audience as to what they need to do.  
June 27, 2014
I agree with Michelle. Hitting Enter does not necessarily submits any form.

Users may hit the navigation keys or tab to navigate the form fields. There is no way to predict whether enter will submit it.

I do not recall any buttonless form in a very long time. Quoting Michelle, I hope that is "normal" for your audience.

Michelle_Tizian
Level 10
June 27, 2014
Sam,

At the very least, A/B test and split your list so you can make a decision based on the results of the number of form fills.  
Corey_Bethel
Level 4
June 30, 2014
Sam,

This will hide the button from your form: 

.mktoForm .mktoButton {
visibility:hidden !important;
}

However, I agree with everyone else. I'm not sure if users will know how to submit the form if they do not see a button.
Corey BethelConsultant | Etumos