Skip to content

Instantly share code, notes, and snippets.

@seanrclayton
Created March 27, 2014 15:57
Show Gist options
  • Save seanrclayton/9810836 to your computer and use it in GitHub Desktop.
Save seanrclayton/9810836 to your computer and use it in GitHub Desktop.
rails snippet
<%= form_tag("#", method: "get") do %>
<legend> Your Name?</legend>
<%= text_field_tag(:name) %> <br>
<span id="myspan" style="display: block;"> <legend> Guests / Child's name?</legend> <input name ="guest[name][]" type="text" ></span>
<br><br>
<%= submit_tag("That should do it") %>
<%end%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment