Often when making websites, I will create an HTML form object that I will use in two places: once on a page that allows a user to add a new object, and once on a page that allows a user to edit existing objects.
What is a word that describes such a form? It isn't so much a management form, since managing implies that the object is already created. It isn't a creation form, since that implies we are only making new ones.
More generally, it's common to have a workflow capable of adding new data and editing existing data. Is there a common English word or phrase to describe such workflows clearly?
upsertbe used by a professional. It's either that I haven't come across it or maybe that I've blocked it out of my memory because it's so hideous. My opinion would be to not use this and instead favour simple explicitness. – Joshua Pinter Sep 10 '18 at 17:51