Loading...

RE: Javascript error for some users (Sys.WebForms.PageRequestManagerServerErrorException)

RE: Javascript error for some users (Sys.WebForms.PageRequestManagerServerErrorException)

#6442
Anonymous
Anonymous
Participant

There was a people picker on that same form that defaulted to the current user and the field was restricted to be a person from a certain group.  The users that were having the error when creating the form weren't in that group and the js error was happening because of that.  I removed the field from being defaulted because obviously we will have users entering forms that can't be selected for that field…problem fixed!!  Thanks for your help!