Referring to the article here:
http://www.gravityhelp.com/documentation/page/Dynamically_Populating_Drop_Down_Fields
Which works beautifully for populating a drop-down field with a listing of all posts.
How would I convert this to be used with a Multi-Select field? I've tried changing the if($field['type'] != 'select'
to if($field['type'] != 'multiselect'
but that alone doesn't seem to work.
Please advise, thank you!