How to match the Owner / ID from a form I made to the Contact Name?

Question:
After creating a form with tags and text fields for my members to fill out and save, I can view their submissions, including the ID/Owner (a string of digits and numbers). However, I’m unable to identify who submitted the form. How can I match the ID to my Contacts?

Product:
Wix Studio, CMS, Contact

What are you trying to achieve:
I need to know how to match the form submission to the Name of who submitted

You didn’t collect email address via the form?

Did they at least fill out the form while they were logged in? Otherwise, there is no way of knowing who fill out the form.

I used the login template from Wix Studio, which allows users to log in via Google, for example. There’s also a “My Account” template where users can view their personal information and add details like phone numbers and addresses.

Once a user is logged in, they can access a member page with a form that collects information about their lifestyle preferences. After submitting the form, the preferences are saved in the CMS.

The CMS includes an “Owner” column that indicates who submitted the form, but it displays a strange series of numbers and letters. How can I determine which user the form belongs to?

Manually? Since they were logged in while filling out the form, you can open Editor and look for the CMS databases under the Members dropdown. You should be able to see a private one . Open that one to view all their details visible to the Admin only. You will see their ID (or as you called it, the strange series of numbers and letters).

I’m not sure if there would an efficient automated way of doing it via code.