Let's say I have a form which has a fieldset with three fields in it. So when a user fills in the form and when he fills in the fieldset part with three fields lets say he wants to fill the same exact fieldset with different data too.

If there was an option to 'Add another fieldset/item', then when you click it, it opens up a 2nd fieldset and like that user can fill in as many same fieldsets in the form as he wants (i.e. 20 fieldsets max if set in the settings).

I made a screenshot example:

CommentFileSizeAuthor
1.jpg59.97 KBmatas.k

Comments

stefank’s picture

Use Field collection module. http://drupal.org/project/field_collection

koppie’s picture

I'm having the same issue. I'd love to use Field Collection, but I can't figure out how to make it integrate with Webform. I'm trying to allow multiple entries for field sets on an Ubercart checkout screen using the Ubercart Webform Checkout Pane.

danchadwick’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Field collections would not work with webform, but they might work with entityform.

This request is beyond the scope of what webform can do.