I have a form that is connected to a SharePoint list as its data source.
I'd like users to be able to submit a form with information, and if they want to submit another form with mostly the same information, they hit a toggle, submit the form, and only have to fill out minimal information in the next form and create a new item on the SP list.
For example, a colleague wants to submit a request for a meeting on December 1, at 10:00am, with the Title "Staff Meeting", and Setup of "10 chairs". He also wants to submit a request for a meeting on December 2, at 2:00pm, with the Title "Staff Meeting", and Setup of "10 chairs".
I want him to be able to fill out the form for Dec. 1, check the "Submit another request with similar request information" toggle, submit the form, and then another form is populated with values from the first submit, but it would be for a new item on the SP list, not editing the first submitted item.