Sorry for the confusing title but please read the problem statement below:
I have a dataset for members that contains all the profile info I need.
Now on my website, I have a form that any member can fill in. For simplicity sake let’s say their is only one field ‘Feedback’. I want the user to only fill it and submit.
Another dataset exists that is named Feedback. Here I wish to have all the feedbacks from all the members that have ever given feedback. But in this dataset I also want to have a field that identifies from which member this feedback came from.
So, what I want is that when the user actually submits the feedback his member id or his name or any other identifier from the ‘Members’ dataset could be entered into the ‘Feedback’ dataset. Is that possible?