I have a field collection on a form (seen below). The field collection itself is not required.

I have a textarea field within that field collection. When I submit the form with an empty field collection, I get a required field form validation error. The two select fields at the top do not generate an error.

CommentFileSizeAuthor
Screen Shot 2013-04-24 at 3.43.45 PM.png66.63 KBcapellic
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

steveoriol’s picture

Issue summary: View changes

I have the same problem too, I need required field inside the field collection, but I need also that the field collection itself is not required.
So I could use it or not when I edit the node who use the field collection...

How can we pass the validation if we do not feed all the fields of the first "field collection" zone displayed by default ?

it would be good if we could choose to add or not this default "field collection" in the form's node.

Sel_Space’s picture

I have the same issue