We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SubmitTag tag allows to create input[type=submit], which allow to submit forms in HTML.
SubmitTag tag can be used with both form and form_for helpers, it has the same structure in both cases:
<%= f.SubmitTag("Send") %>
Produces
<input type="submit" value="Send" />