Hello All,
I would think someplace in SPDesigner we can change what happens after a form is submit or cancled? I have a SP database list, if someone fills out the form I would like it to go back to the starting web part but its just going to the list it self. Same happens when someone cancles filling out the form they just get sent back to the list.
Stump the Panel » End Users and Information Workers
List form, return to web part?
(2 posts)-
Posted 3 days ago #
-
The default "Add new item" takes you to http://<your_site_list>/NewForm.aspx?Source=http://default_list_view. To change the befahiour, you should:
1) Disable the toolbar for your web part (it will not show Add new item link)
2) Add a content editor web part below the original web part and add a custom link pointing to http://<your_site_list>/NewForm.aspx?Source=http://custom_web_pagePosted 2 days ago #
Reply
You must log in to post.