Skip to content

Instantly share code, notes, and snippets.

@rbnrivera
Created October 11, 2011 21:44
Show Gist options
  • Select an option

  • Save rbnrivera/1279551 to your computer and use it in GitHub Desktop.

Select an option

Save rbnrivera/1279551 to your computer and use it in GitHub Desktop.
First & Last Name
<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" width="500px">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment