문제

I have a content type in a custom list form. When I click on new item I don't see the content type field on the newform.aspx form. I can see it on the edit for though. Is there a way to have a content type field shown on a newform?

Thanks in advance.

도움이 되었습니까?

해결책

By default using OOTB capabilities of SharePoint you can select the Content Type from ITEMS tab in ribbon like below image:

enter image description here

To add the Content Type field in new form of list you need to develop custom form.

You check my answer given here for possible approach to do something like you want:

Add Content Type field to New Form

Or you can follow the steps given in the accepted answer from MSDN forum:

Show the Content Type on NewForm.aspx.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top