I wondered whether the Fibery Forms are protected against any form of spam attacks?
We want to create some public forms, but it would suck if these get abused for spam attacks. We experienced spambot on our own products (not fibery) in the past, and we were curious if fibery has any active protection against these types of attacks.
We currently have no mechanism for preventing spam attacks. Thankfully, we haven’t yet heard of them being abused.
If you wanted, you could add a field to the db and require submissions to enter a (correct) value in this field, and then warn users to use the right ‘code’.
Any entities created without an internal author and without a valid code can be deleted.
Alternatively, you could have a qualified URL that you share with users, which does the same thing for a hidden field, and then anyone who accidentally finds the form, won’t be able to make a valid submission.