Tagged Questions
0
votes
4answers
126 views
How to perform date validation in publishing page layout?
I have the following 2 datetime fields which are used in my custom page layout on my publishing site.
Basically, when a user is editing the page I want to validate that the 'NewsLiveDate' < ...
0
votes
1answer
143 views
Server side validation if Javascript disabled on user's browser
I have developed a small form with 3 input type = text and one input type = submit button. The end user fills the form and submit it, but no data inserted into backend List. (probably empty form is ...
1
vote
0answers
63 views
Updating a value of any item in a list based on a selection of bool for one item - jQuery
So I hope this makes sense. I have a column within a list that I want to use as an active flag. There are 5 possible categories and for each category there can only be one active value. So I need some ...
1
vote
2answers
575 views
form validation
I am new in javascript. I want to validating a form with five columns.
FormDescription
My Form Contain 5 input fields and one submit buttom
I want following output
1.Initially submit button ...
1
vote
0answers
208 views
Validate list item with javascript API
I want to develop a custom datasheet view to edit a list.
I add item through the javascript API. The problem is that the service doesn't control fields value. For example :
- I add an item with a ...
2
votes
1answer
810 views
Custom form validation
I am new to Infopath and Sharepoint, and have been reading everything I could find online about this, but nothing to solve my problem. We need a form with custom validation (logic in javascript) to ...