[Plugin: TDO Mini Forms] Output Selected Array Help
-
I have created a custom field that has a multiple select list. Its custom field key is “interest”.
This is my widget info. (its a custom fields 2)
Title – Interests
Custom Field Key – interest
It is a – List (Select Field)
List Of Options Are (Can Select Multiple)
– Sports
– Web
– Video Games
– MusicI need to output the results of the array (what was selected in the list) within my posts at a certain spot, but i cant figure out how. Please help with any information.
Also, in my Single Post (single.php) file i have this….
<li class="person">Interests: <?php echo $interest; ?></li>
But this just outputs (prints) the word “Array”.
The topic ‘[Plugin: TDO Mini Forms] Output Selected Array Help’ is closed to new replies.