Skip to content

Instantly share code, notes, and snippets.

@nickmealey
Last active May 11, 2017 00:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickmealey/cd51feda92b64db44001a9b36353074e to your computer and use it in GitHub Desktop.
Save nickmealey/cd51feda92b64db44001a9b36353074e to your computer and use it in GitHub Desktop.
{% form 'create_customer' %}
<input type="hidden" name="shop" value="{{ shop.permanent_domain }}">
<div class="fields"><!-- Fields loaded from server --></div>
<!-- Custom field with a key called "unicorn" -->
<input type="text" name="customer[unicorn]">
<!-- Custom field with a key called "your-custom-key" -->
<input type="text" name="customer[your-custom-key]">
{% endform %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment