Hi,
I'm building a registration form for a film competition.
There's a block on the form that should include data about the Director - Name, phone number, address, upload file, etc.
The thing I'm trying to achieve is to add a button like "Add another Director", that would display a block with the same inputs as above (Name, Phone, etc...)
So the user should be able to add 1, 2, 3 or more directors.
Any ideas on how to achieve this?
Thanks