Dynamic form express

Hello guys,
I’m currently working on an app where information has to be entered in the software. And I don’t know the number of input forms that would be needed in the page. So I want to implement a system where the forms can be auto incremental on the page by clicking a button.
I don’t yet know how to process the form and post to my mongo database.
Any ideas on how to tackle this.