Skip to content

Instantly share code, notes, and snippets.

@sidcool1234
Last active April 23, 2017 05:37
Show Gist options
  • Save sidcool1234/3921351c2a019ce8be922a5a9fe5d4d8 to your computer and use it in GitHub Desktop.
Save sidcool1234/3921351c2a019ce8be922a5a9fe5d4d8 to your computer and use it in GitHub Desktop.
<%= f.hidden_field :user_phone %>
<%= f.hidden_field :user_address %>
<div>
<ul>
<li>
User Address: <%= f.text_field :user_address %>
</li>
<li>
User Phone: <%= f.text_field :user_phone %>
</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment