Hi,
We had created a survey and wanted some message to appear when user clicks on finish button.
Through one of my colleague i came to know about this function — PreSaveAction
function PreSaveAction()
{
alert(“Thanks for the participating in the survey!”);
return true;
}
Placing the above function in the newform.aspx using SharePoint designer did the trick.
We could use the PreSaveAction function for custom validation as well !
http://edinkapic.blogspot.com/2007/10/add-javascript-date-validation-into.html
Bye..
Discover more from Nishant Rana's Weblog
Subscribe to get the latest posts sent to your email.

how about if we want to validate the answers when the user clicks the “Next” button?
What should be the name of the function we should call?
LikeLike