Hi,
After changing the EditForm.aspx & DispForm.aspx of a a list I’m working on something went terribly wrong:
All the links directing to the view item form / edit form are pointing to the root site without the form itself.
Meaning – instead of having a link to:
http://myportal/mysubsite/Lists/MyList/DispForm.aspx?ID=1
I now have links pointing:
http://myportal/?ID=1
Same goes for editing item – when clicking ‘Edit Item’ the page redirects to the main page.
Searching for the cause came up with several ideas,for example, which none of them worked for me so far.
(The main cause is SPD)
So…
If you ever came across such a case and have a solution to offer – Please let me know.
Thank you!
Update:
The display item form values in SPD are correct as far as SPD can tell.
Update #2 – Solution:
here