It's just a simple question, but I don't know how it's called:
In the picture you can see 2Buttons: screenshot
I want the user to just type in the email and password and accept it by pressing return. Is there a opportunity to set this up ?
I know that there is a option in C#, but I forgot how it's called. (Standard-Button?)
I am not able to post a picture.. (You need at least 10 reputation to post images..)
so: There are 2 input-texts and 2buttons (Login-Form / Register) eMail - Password - Login-Btn and or-Register-btn. The user types in his email and password. After that he press "return" to accept and he is logged in. How is the options called that the login-btn is the ... first button to choose by pressing "return"?
I hope you can understand, but I guess it is clear.
That's what I am using:
- Ruby on Rails 4
- HTML
- HTML.ERB
- Bootstrap 3
Thanks.