If a member is logged in and access’ their back end “Members Area - My Account”. And I have a new Wix form under the vertical menu called “Submit Feedback” for them to submit. Will the form automatically know it’s the member when submitted? Are the two connected?
Will the email I receive as the site owner have the members name attached without them putting in their email or name? Example below.
Thank you!
Wix Forms is a Wix App which you can get help for from Wix Support as this forum is for issues with code.
https://support.wix.com/en/ascend-by-wix/wix-forms
https://support.wix.com/en/site-members/setting-up-a-members-area
If you have added a new page within the Wix Members Area itself, then it will only be that user who can access it and fill it in, however you will not get their name or email on your automated reply unless you add a field to collect it in.
https://support.wix.com/en/article/editing-a-wix-forms-field
The same as if you did a email back to yourself from the Wix Form through Wix Automations, you can only get whatever info is added to the form itself:
https://support.wix.com/en/article/setting-up-an-automation
Receiving form submissions:
Every form submission is sent to your Wix inbox and you receive an email from no-reply@crm.wix.com .The email includes a reply-to email address which shows submissiontextcode@crm.wix.com instead of the recipient’s email.
You can vote to have this changed here:
https://support.wix.com/en/article/request-change-the-recipients-email-when-replying-to-form-submissions
If you are wanting to automatically get the current user id, name, email address etc and populate a field on your form with it already for example, then you are better off doing it through a form using Wix Code.