This jPart demonstrates
- Conversion of the Region text field into a dropdown picklist
- Populate picklist with values retrieved from another list, LookupList (included here for viewing)
- Display custom information from lookup list.
To use this code on your site:
1. Drop a Content Editor Webpart into the list forms (NewForm.aspx, EditForm.aspx, and DispForm.aspx)
2. Include the following lines of script in the Source Editor
<script type="text/javascript" src="//www.sharejpoint.com/src/jssharepoint/temp/jPointLoader-0.6.1-expanded_local.js" ></script>
<script type="text/javascript" src="//www.sharejpoint.com/src/jpoint/plugins/jPoint.converttodropdown.js"></script>
<script type="text/javascript" src="//www.sharejpoint.com/src/jpoint/webparts/jPart.CrossSiteLookup.js"></script>
3. Save and Edit jPart configuration
4. Configure the jPart to use data from your own lookup list.
Example from this site:
