Skip to content

Instantly share code, notes, and snippets.

@rbnrivera
Created October 11, 2011 21:45
Show Gist options
  • Save rbnrivera/1279554 to your computer and use it in GitHub Desktop.
Save rbnrivera/1279554 to your computer and use it in GitHub Desktop.
Names
<div class="input"><span class="form_label">Your name:</span>
{{ interaction_name }}
</div>
<div class="input"><span class="form_label">Last name:</span><br />
<input class="default l" type="text" name="customer[last_name]" id="customer_last_name">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment