My Story:
I had to customize the page NewForm.aspx
, so I hidden the default ListFormWebPart
and added a Custom List Form [DataFormWebPart
] using SharePoint Designer.
My problem:
If required fields are empty, SharePoint now triggers a beautiful Error page instead of putting the usual validation message below each empty fields.
Do you have any idea how I can reactivate the empty required field validation?
Thank you!