Thank you for this. Could you elaborate on how I might encrypt the data in the fields? I assume that would entail additional custom code outside the scope of usual Formidable functionality.
I agree with Nick. Cookies and browser local storage are both highly insecure. You could use either to store values. I use local storage to save the criteria for search forms so the search criteria persists after page refreshes. Encryption would be much better: https://formidable-masterminds.com/encrypt-decrypt-formidable-form-fields/
Please login or Register to submit your answer