Microsoft Forms - Finding the Owner of a Form
To find the owner of a form, open up the Developer Tools (F12) in your browser, go to the Network Tab -> Fetch/XHR, then look for the one that begins with "ResponsePageStartup", and go to Preview. Expand the form data and you can grab the owner id:
Comments