I have a list of video results. I would like to take those video id's and put them in a hidden input field.
example:
<input type="hidden" name="[blkfeatured.video_id;block=div]"> |
I've simply just taken the block info from the results. My issue is how can I get an <input> to repeat/loop, since it doesn't have a closing </input>
Thanks for any help