I have a custom list I created to house internal award nominations for employees. I created a workflow for this list, which makes various checks against the state of the nomination form and emails appropriate parties to action (editing the form usually) and then completes.
The edit form itself is just the regular out of box editform.aspx , which I edited in SharePoint Designer to do some minor row hiding based on whether the current user is also the Created By user for the item; this was done with jQuery and SPServices. Basically this is because no workflow options actually severed the author's editing permissions (something we want to sever after the item is created for our system).
In the workflow process the award approver is given a link to the editform for the item. When any of my test users get this email, and click on the link to go to the editform.aspx they get the error in the title (obviously with all site related information filled in).
I have found "answers" in my google searching, but to be honest I have no idea how to do some of the solutions. I come here to ask that if someone knows how to answer this problem that they answer it in such a step by step method that my 4 year old could understand it and do it if necessary. Assume I did everything in SPDesigner by complete accident. :)
Thank you for your time and assistance.