how do I validate form fields in sharepoint list?

前端 未结 2 1416
故里飘歌
故里飘歌 2021-01-03 15:03

I want to validate the fields of the list item while adding/editing and stop the saving operation and provide the error information what the user made on that page itself.

2条回答
  •  一向
    一向 (楼主)
    2021-01-03 15:21

    You will likely have to start creating custom field controls to make this work. However, once you start down the path of customisation, you have a few options to think about.

    You may like to think about either creating a custom asp.net form and coding it to post to the list or consider InfoPath forms.

提交回复
热议问题