Forum Discussion
Feb 14, 2019
Custom list form: save and keep editing - how?
Hello,
When I create a new list item and save it, I would like to keep the list form open instead of closing it. I then want to show additional fields and a button that will trigger a workflow....
SobaSensei
Feb 04, 2021Copper Contributor
IngeborgHawighorst I found out that you need to remove the "OnSuccess" field's default functions RequestHide and ResetForm. On top of this you need to update the "Item" field's default function from First("DataSource") to Last("DataSource"). This will ensure that the last saved item's values will remain instead of reverting to the first item's values. I'm not sure why it becomes blank or empty when saving even after changing the "OnSuccess" field to just be false (do nothing), but that is what happens. Hope this helps!