I have a SharePoint 2007 custom list with the column Manager.
When creating a new item I want the NewForm.aspx to autopulate the Manager field with the user's manager.
I know we can autopulate using JQuery to access Sharepoint's 'User Information List' exposed as a webservice, as per Marc's blog.
My problem is the Manager is not stored in the 'User Information List' so I can not retrieve it this way, anyone have any ideas?