Hello, first thanks for creating this library, it's been a great experience so far and has made MOSS 2007 form customization much more intuitive.
My team's site setup is based on MOSS 2007 and has an Owners group with Full Control and a Members group with only list write capability, but no edit capability.
I recently implemented a custom, jQuery driven, form using the UpdateListItemstems to add information as a new item in a custom list ( Note: I'm using the valuepair notation approach similar to the last example on the API page https://spservices.codeplex.com/wikipage?title=UpdateListItems ). But in order for the information to populate the list, I have to grant the Members group the Managed List permission, along with their existing write permissions.
I don't want them to have this level of access and was wondering if there's a workaround or maybe some other parameter or setting I'm missing. The Owners group obviously has no issues adding new items, since they already have full control permissions. Your input is appreciated.
My team's site setup is based on MOSS 2007 and has an Owners group with Full Control and a Members group with only list write capability, but no edit capability.
I recently implemented a custom, jQuery driven, form using the UpdateListItemstems to add information as a new item in a custom list ( Note: I'm using the valuepair notation approach similar to the last example on the API page https://spservices.codeplex.com/wikipage?title=UpdateListItems ). But in order for the information to populate the list, I have to grant the Members group the Managed List permission, along with their existing write permissions.
I don't want them to have this level of access and was wondering if there's a workaround or maybe some other parameter or setting I'm missing. The Owners group obviously has no issues adding new items, since they already have full control permissions. Your input is appreciated.