Instead of a form, I utilized a container with inputs in order to add to my sharepoint list.
On my SharePoint list I have ['person', 'location', 'purchasing_power', 'has_vehicle'] and a few other columns.
I have finally successfully patched using Office365-Search Users, BingMaps and then text/value inputs.
To reset the form i use ";reset(location), reset(person), etc" for all of the inputs. There has to be an easier way.
What is the best way to manage input's that update a SharePoint List to cancel/update/create, etc.?
(I am avoiding using a Form as these inputs will be used for more than one list)