Pregunta

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.

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
scroll top