I have custom list(on SharePoint 2007). The user receives an email with link to this list. In each row(item) the user needs to fill-in data.
I want to create two types of buttons:
- When the user finishes filling in data in the specific(one) item he will press on the button in order to complete that step, and that press will transfer the user to the next item.
- When the user finishes filling in data in the entire list(all the items) he will press on the button, and that press will return the user to the home page.
How can I create these buttons?