Hi SimonSov,
So after looking into it further they do have a Pre-Submission Filter “cfdb_form_data”. However, I can’t find any information on a Pre-Display Filter.
So yes the data can be Encrypted, however they don’t have a method to decrypt the data before it is displayed.
This means that it can be done, but not automatically. We would have to do some custom coding to get it to work. If you want the data to be displayed in the Admin Panel then we would need to customize the plugin itself meaning this would fit into Option #2 listed above.
However, if you only need to display the data in a separate area then we could wrap the Shortcodes that CFDB uses to decrypt the data and then display the data the way you want it displayed. This means we wouldn’t need to Customize the CFDB Plugin, but would need to create Custom code and therefore need to charge an hourly rate.
Although if you have a good enough programmer, I could provide more details and I am sure they would be able to code it themselves.
Let me know what you would like to do.
PS. You should contact the CFDB Plugin creator and have them create another Hook. Opposite of “cfdb_form_data” where the filter is ran after the data is pulled from the database, but before it is displayed through a shortcode or in the admin panel.