Dropwdown read and write access for Anonymous users
0
Dear community, I have two entities, visitor and country in my marketing app for anonymous users. I want my visitor to select a country for a enumeration. So I build a simple dropdown inside my visitor data view. However, in order to select from the dropdown I need to give to the visitor read and write access to the member string (image below). I dont know if this is a good practice because I don't want my entity country to be altered maliciously. Perhaps there is another way to achieve the same? Thank you!