How only allow original submitter to modify the submitted form?

I

iamashortie

Once a form is submitted, we want to only allow the original sender to be
able to modify the form. Is there a way to do this?

Thanks!
 
G

Greg Collins [InfoPath MVP]

You can check the logged on user against the user listed in the form. If they match, allow editing. If not, switch to a readonly view.

--
Greg Collins [InfoPath MVP]
Visit http://www.InfoPathDev.com


Once a form is submitted, we want to only allow the original sender to be
able to modify the form. Is there a way to do this?

Thanks!
 
Top