Repeatable Fields
Repeatable Fields lets your forms grow dynamically in real time.
Let users easily duplicate fields on demand, so forms can expand as needed to capture additional information.
Whether adding more names, options, or details, your forms will grow in real time ensuring a smoother experience that adjusts perfectly with each user.
Features
Make any form field of any type repeatable.
Users can add as many fields as necessary without limits.
Capture additional details without overloading the initial form.
Works with all field types provided by BBForms and official add-ons.
Keep forms clean and simple until more data is needed.
Fully responsive and optimized for all devices.
Demo
[repeatable label="Repeatable group" repeat_button="Add Location" remove_button="Delete Location" separator="yes"]
[row]
[column]
[country name="country" value="" label="Country" placeholder="Choose an option"]
[/column]
[column]
[date name=""date"" value="""" label=""Date" 0="visited""]
[/column]
[column]
[radio name="rating" value="" label="Rating"]
1
2
3
4
5
[/radio]
[/column]
[/row]
[/repeatable]
[repeatable label="Repeatable text field (separator, no)"]
[text name="text" value="" placeholder="Enter any text..."]
[/repeatable]
[repeatable label="Repeatable field + repeat label (separator, yes)" repeat_label="yes" separator="yes"]
[check name="check" value=""]
Option A
Option B
Option C
[/check]
[/repeatable]
[repeatable label="Repeatable field + custom button labels" repeat_button="+" remove_button="-" separator="yes"]
[row]
[column]
[range name="range" value="" min="0" max="100"]
[/column]
[column]
[number name="number" value="50" min="0" max="100"]
[/column]
[column]
[center]
[img style="height:50px;"]https://bbforms.com/wp-content/uploads/2025/07/BBFonts_logo-color-PNG.png[/img]
Even [b]custom HTML content[/b] can be [i]repeated[/i].
[/center]
[/column]
[/row]
[/repeatable]
[submit value="Submit"]