Tagged Questions
2
votes
0answers
342 views
dropdown box(sharepoint form field) validation sharepoint 2010
I have a sharepoint form field(look up field), a dropdown box in a list...below is the screen shot
when i type into it it finds the name..
but when i type a text which is not present in the drop ...
3
votes
1answer
388 views
How can I make sure that only one of two fields is filled out (ListItem)?
I have custom SharePoint list with several fields. Two of the fields are TargetPage and ExternalURL. At the moment the user is allowed to fill out both of them if he want to, and I want to deny that. ...