Dynamic Tab Creation

In a SharePoint form is it possible for a user to click a button which will create a new tab that they can rename? My ideal workflow involves a user opening a form and entering general info about a project which will get saved in one SharePoint list. But in the same form, they can dynamically create tabs which would include a list of predetermined questions. The information entered for each tab is more detailed centric for sub-projects and will be captured as items for another list.

Hi @MRizz226,

Creating tabs dynamically is possible, but saving data into several lists at the same time is very tricky.
Check out the ListOrLibrary control. It allows you to create and edit the elements of a different list without closing the form.

Thanks for the advice. I was wondering does the embedded list need to have the same content type as the source form?