Created
April 23, 2013 07:01
-
-
Save adrienne/5441392 to your computer and use it in GitHub Desktop.
Useful EE snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<select name="playa_field[selections][]"> | |
{exp:channel:entries dynamic="no" channel="my_channel"} | |
<option name="{entry_id}">{title}</option> | |
{/exp:channel:entries} | |
</select> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment