I have created a view from a list which I created. I now have an edit button link on this view and need to link it to a custom edit form. How can I do this in SharePoint Designer. I am using Sharepoint 2010.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
Using JavaScript/jQuery you can do the following: 1) Change the href of your Edit Link. Append a custom query string parameter at the end of the link. Example:
2) In the EditForm.aspx, add a script which checks whether the custom query string parameter is present in the 3) If the parameter is present, hide the fields which are not needed in the Custom Edit Form.
|
|||
|
|