Not what list, but what items from it. SO lets say on first page for example you can have a small gallery with the items set to ["Create New", "Review Submission"] then inside that two buttons and labels by them that say thisitem.value
One would send you to the create form you have and the other to a page with a vertical gallery on it
that gallery would have name of your splist on it, for now lets call it forreview
then in the gallery itself put a couple text boxes one for like item name, one for submitter etc. then you have a gallery with all items needed for verification.
clicking one you would say like Onselect= Set(verifyVar, thisitem.ID); Navigate(editpage)
then on your edit page you have same basic form as a create new except that the fields all do a lookup as their default value, something like LookUp(forreview,ID=verifyVar,columnameyouwanttoreturn)
when final person verifies it you can send it to your vendors and then removeif(forreview,ID=verifyVar) to remove it from the bank of those needing review