I’ll be accepting user form submissions which will include sensitive data, such ass email, addresses and names. Nothing critical, but nothing that should be allowed to be leaked.
Does cockpit store form submissions in plain text? Can I make sure to harden the forms somehow?
You can hook in the form save trigger and encrypt the form data, take a look on https://github.com/owldesign/Encrypt, as it provides encryption to collection fields.