Here is the behavior we're seeing from the Custom Table forms:
User is on site/page.aspx and fills out the form, they are sent to site/page.aspx?ItemID=X where they can update the data on the entry they just created. But we need to send them back to site/page.aspx on submit so they can see all data instead. Alternately, being able to send them to some confirmation page might work as well, but a submit always send them to site/page.aspx?ItemID=X by default.
If this were a BizForm we could send the user to any page we like on submit, but the option to override the default behavior in a Custom Table Form doesn't seem to be there. We have a clunky javascript we're using for the time being, but I was hoping there was a cleaner solution available. Any ideas?