I am gathering personal data in a donation form and I would like to either keep certain fields (credit card) from posting to the database at all or encrypt them via "Gform save field value." First let me state that I am a noobie, so bear with me. I would place this in my WP functions.php file right?
OK, I understand most of the arguments but I'm a bit lost on the "$lead." Could someone enlighten me? How would I gather this info? Is this part of the POST from a submission?
To encrypt multiple fields do I call this function again or can I combine into one call? Lastly, is there a way to keep certain fields from even being saved in database?