Skip to content

Instantly share code, notes, and snippets.

@clivewalker
Last active December 6, 2016 16:02
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 clivewalker/97413a780a41b99e5d7a37f3c1ad53e6 to your computer and use it in GitHub Desktop.
Save clivewalker/97413a780a41b99e5d7a37f3c1ad53e6 to your computer and use it in GitHub Desktop.
Perch snippet allowing CMS editors to change a select element in a form
<perch:label for="subject">Subject</perch:label>
<perch:input type="select" id="subject" options="<perch:content id="subject" type="text" label="Subject" help="Add subjects separated by commas" />" id="subjectoptions" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment