Good afternoon, I’m making a POST via AJAX to a Newsletter entity I created with an email field, but I’m getting a 403 error with a message saying it can’t write to a private field. I have all the field options checked but it keeps failing — what’s the way to make the field public so I can write data to it?
The strange thing is that it worked fine once and let me register, but starting from the second registration it failed.