Skip to content

Instantly share code, notes, and snippets.

@lucaswxp
Created February 3, 2012 17:29
Show Gist options
  • Save lucaswxp/1731286 to your computer and use it in GitHub Desktop.
Save lucaswxp/1731286 to your computer and use it in GitHub Desktop.
<new_text_field name="telephone" label="Phone: ">
<validation>
<regex pattern="^[0-9]+$">Please, enter only numbers.</regex>
</validation>
</new_text_field>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment