Hi,
I'm trying to allow unauthenticated users to add new records to a new custom table that I created, but even though I granted ALL the permissions (even edit module) to the Unauthenticated Users virtual group in the module config section, they still can't add records.
Bur if some authenticated user adds a new record, then any unauthenticated user can see it, edit it, and ewven delete it, but still can't add new ones.
I've read the documentation and the only place where it mentions unauthenticated users is when it describes the use of CAPTCHA to prevent unauthenticated users (or BOTS) to add "spam" records... but nothing hence I figured out that unauthenticated user CAN add new records, or am I missing something here? :-)
(there's another similar really bref reference to unauthenticated users in the documentation, but nothing specific about the rest of the permissions)
I also checked the option that users can add only one record...
What am I doing wrong? can some combiation of permisions override or mix with one another or something?
Thanks in advance!!!