Skip to main content
Nintex Community Menu Bar

Switch between multiple forms

  • May 26, 2021
  • 1 reply
  • 164 views

Forum|alt.badge.img+7

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.

 

1 reply

Forum|alt.badge.img+7
  • Author
  • Scholar
  • May 26, 2021

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