I’ve been traying to make a resgistration form for a very large event. The thing is, one person should be able to register many people in tha same form. I imagine it could be like a job application form where you click a plus or “add more” button to enter another job experience. Is that possible?
Yes, this is possible with Feathery’s repeating container feature: Dynamically Repeating Containers | Feathery Docs
You can set a button like Add More
to trigger new repeating containers to be added as well