Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Webform Multiple (WFM) is a Drupal 7 module allowing Webform components to have more than one value.
The user completing the form can add instances of the component with an 'Add another item' button.
The module requires Webform version 7.x-4.x.
Similar module: Webform Add More
The Webform Add More module lets you create 'Add more' buttons for fieldsets. When you have already created multiple fieldset components, you can select them to be controlled by an 'Add more' button, so that only the first one is initially displayed.
There are significant differences in approach and effect between the two modules:
This one (WFM) allows individual components (not just fieldsets) to be made multiple-value.
WFM means you just create one component and set it to accept multiple (or unlimited) values, rather than precreating a limited number of components first.
WFM uses Drupal's built-in AJAX framework (so it works with or without JavaScript).