Skip to content

Instantly share code, notes, and snippets.

@typo3ua
Last active April 12, 2017 06:41
Show Gist options
  • Save typo3ua/7644252 to your computer and use it in GitHub Desktop.
Save typo3ua/7644252 to your computer and use it in GitHub Desktop.
<f:debug>{categories}</f:debug>
<v:form.select id="categories" options="{categories}" property="categories" name="categories" optionValueField="uid" optionLabelField="title"/>
@typo3ua
Copy link
Author

typo3ua commented Nov 25, 2013

<select name="categories"><option value="1"></option>
<option value="2"></option>
<option value="3"></option>
<option value="4"></option>
</select>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment