II have a page that collects a vote from users and puts it into a database (collection). One field of the record, records who the person is, that is logged-in, so we know who voted. The page was working fine until I noticed that I not was getting the email of the person who was logged-in for every record in the database. I did some investigating and found that when the webmaster is logged-in, the page will not get the email of the person who is logged-in. I am curious if this is how it is supposed to work or is this an issue with my coding or is this another issue? Could use some help, if anyone has run into this problem. Thanks
How can we check if it is a problem with your coding when you haven’t pasted up any code in your forum post? Please take note of what to put in a forum post in the Forum Guidelines .
If you have created your own user input form that a logged in site member is filling in and you are saving those inputs into a dataset, then it should not matter if the Admin of the website is logged in or not too.
Regardless of the activity of the Admin, if the user input form and the dataset are setup correctly, then all the users inputs should be saved into your specific dataset and nothing should be left out.
You can see the basics of setting up a user input form in these pages here.
https://support.wix.com/en/article/creating-a-form-with-user-input-elements
Corvid by Wix | How to Create a Custom Form and Connect It to a Database
https://www.wix.com/corvid/feature/custom-forms
Thanks for the thought about coding. I went bask and looked at my coding and found a problem. Have a good day