I am using cck Link field in my custom content type to create a link field where user can submit a URL of any website/webpage. I have made this 'URL field' as 'REQUIRED' one. When user submits/previews this content, it works perfectly. But now if i create a text field with check boxes/radio buttons with two or more options (say 'A' and 'B') and use conditional fields module to control the 'URL (link) field' by one of the two options (say 'A'), then it controls the visibility of the 'URL field' perfectly. But when user submits/previews the custom content type, it says 'URL field' is required even though 'URL field' is filled with a URL.
I don't know whether this is an issue of 'Conditional Fields Module' or CCK 'Link' field module.
Thanks for your response!!
Comments
Comment #1
aac commentedThis is also the case with embedded media field module generated 'audio field' and 'video field' fields dependent on some check boxes options.
Comment #2
solonim commentedSame problem with conditional field and link field. CCK Link fields can't be REQUIRED for the same reason than aac.
Comment #3
peterpoe commentedPlease hold on while #648934: Plugin system for compatibility with non-core CCK modules is developed.
Comment #4
fourmi4x commentedHI,
If you're still interested, I managed to get this to work, it's described here: http://drupal.org/node/648934#comment-5088468
Comment #5
aac commentedThanks fourmi4x for your solution!!
I will try to use it.
Comment #6
peterpoe commented