There was an error while loading. Please reload this page.
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" />