Skip to content

Instantly share code, notes, and snippets.

@lucaswxp
Created February 3, 2012 17:18
Show Gist options
  • Select an option

  • Save lucaswxp/1731234 to your computer and use it in GitHub Desktop.

Select an option

Save lucaswxp/1731234 to your computer and use it in GitHub Desktop.
<new_text_field name="name" label="Name: " icon="user.png">
<validation>
<required>Please, enter a name.</required>
</validation>
</new_text_field>
<new_radio_list name="subject" label="Subject: ">
<options>
<option>General</option>
<option>Sales</option>
<option>Complain</option>
</options>
<validation>
<required>Please, choose a subject.</required>
</validation>
</new_radio_list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment