Nintex for SharePoint Forum
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results forÂ
Is it possible to redirect to the home page on click of "Cancel"/"Save" button? JavaScript is not working on button clicks
Solved! Go to Solution.
Hi please see these related threads:
Thanks Cassy,
I was able to achieve the functionality for the "Save" button by the form redirect url option. For "Cancel" buon I have added javascript
hi aditya,
how did you achieve via javascript to redirect page by clicking on Cancel button,
Could you share your code here
Yes,
function CancelRedirect()
{
window.location.replace("<Pageurl>");
}