We have a form where users can dynamically add fields to the form. For example, if they have 3 pets, the we can collect the information of all 3 by allowing the user to click an ‘add pet button’. When they add the pet, it creates a new set of fields for that pet (ie pet_2_name, pet_2_type etc).
It looks like Netlify forms never sees anything beyond the initially rendered pet (pet_1_name, pet_1_type etc). Does Netlify forms support this type of dynamic form?