I want to get away from keeping the sensitive data on the server. The user submits their social security number as part of the application form they’re submitting. I’d like to keep a record of submission in case there’s an emails sending error. However, it’s not critical that I save all of these SSN’s because we’re using this as a backup and a means to contact the users should there be an email issue.
Is there a way where I can prevent your plugin from saving specific fields? Excluding them from the database to begin with?