Duplicate form field

Can we add an “add more” option for a field to multiple entries?

if you are setting a maximum of five products as stated on your form, then why not just have the five duplicate user inputs already setup on your form.

Set them up to be collapsed on load through the properties panel for each container that you have all the user inputs in for that product.

Then simply just have the user click on the add more button to expand product two container and so on.

As they are collapsed, then they will take up no room on your form, however if the user wants to add another product and clicks on the add more button, the required product container will then expand underneath the previous one and push the rest of the form down to accommodate for it.

That’s exactly what I need for the form. I’m new at Corvid, give a try to do it correctly. Thanks

You can also use a Repeater to create a list of your “Products Used”. If you want, you can limit the maximum number of entries to 5 (or some other number that you choose). See the Example: Input Repeaters .

Yes, give that man a drink, although he probably already has one :wink:

Do use the repeater option as shown in the example that Yisrael has linked for you as it does exactly what you want.

Plus, if you open it up in your own Wix Editor, then you will get the example fully made up with all elements and code added already for you.