What are the possible ways to fully customize SharePoint forms?
-
Hi there, Right now am developing Leave management application with SharePoint, I am facing problem in customization of SharePoint forms. Example 1: I wanted to do client side /server side validations like “from date” should be lesser than “to date”, Example 2: I want to render controls on check box value changed event. Can anyone guide me to achieve following customization. Customizations are: • Client side Validation on values of form. • Business logic should execute on click of Save button. • Form controls rendering on the basis of form control state change, current logged in user’s roles & data base conditions. Presently for doing such tasks, I have switched to pure ASPX pages integrated with SharePoint. Whereas, I would like to achieve these things in SharePoint forms instead of custom ASPX pages. Any pointers on this will be very helpful.