I am a novice programming and I met this problem which I have not been able to figure out. Hope that you can help me out.
I am currently using Drupal 6.20 with the Embedded media field (http://drupal.org/project/emfield). I have added an Embedded Video field into a content type named Video-Post. I set the value of "Number of Values" as "Unlimited" at .../admin/content/node-type/video-post
When I proceed to create a new node for content type Video Post at .../node/add/video-post, I see 2 "Embed a video" fields (despite me not yet clicking on the "Add another item button") and a "Add another item" button.
I would like it to show only 1 "Embed a video" field even when I set the "Number of Values" as "Unlimited".
I believe that this is a bug. Which file and function should I modify to achieve this?
I have also cross-posted this question at http://stackoverflow.com/questions/4771735/multiple-values-with-drupal-e...
| Comment | File | Size | Author |
|---|---|---|---|
| Screen shot 2011-01-23 at 8.16.40 AM.png | 45.09 KB | jkthng | |
| Screen shot 2011-01-23 at 8.15.40 AM.png | 51.61 KB | jkthng |
Comments
Comment #1
guschilds commentedI, too, am having this issue and these posts are all I can find about it. Was a solution ever found?
Thanks,
Gus
Comment #2
guschilds commentedFor the record, I hid the first of the two fields via CSS. This is obviously not ideal. I would still love to hear more appropriate solutions.