In a form tag, besides submit_tag and image_submit_tag what other input types can I use.
I have something like this but what I"m trying to do is make a button that will submit the form using the css class button big grey.
<%= submit_tag "Join", :class=>"button big grey" %>
Thank you in advance.