Skip to main content

I created 3 forms for one sharepoint list. I can switch forms using url with the content type ID.

I am wondering if I can specify which form to display using the list item contextual dropdown menu or in the sharepoint ribbon?

Thank you.

 

If I append the ContentTypeID to DispForm, it goes back to the default form and doesn't display the form associated to this content type.



/sites/SiteName/Lists/ListName/DispForm.aspx?ID=1&ContentTypeId=0x0100258...7EC19FFF663E34



 



If I append the ContentTypeID to EditForm, it shows the form correctly.
/sites/SiteName/Lists/ListName/EditForm.aspx?ID=1&ContentTypeId=0x0100258...7EC19FFF663E34


Reply