0
votes

Below is my requirement:

A user logs into a SharePoint application and clicks on some links(any link on the page) for the first time. He should be redirected to a form in which a webpart with Submit button is placed. When submitted the form has to redirect to the clicked link (the page which he requested earlier). How do I pass this particular requested page url to the button submit.

1

1 Answers

0
votes

There are plenty of ways to do this but the only watertight way is to use a feature to add a new masterpage which checks in the OnLoad if the user has accepted before or not and acts accordingly.

The other way is with javascript and model windows but it wont work on all browsers and will not be watertight.