Hi,
I need to store the password of the user without encryption.
How can I save it into another field (user meta) ?
Thanks in advance
Best Regards,
Dave
Hi,
I need to store the password of the user without encryption.
How can I save it into another field (user meta) ?
Thanks in advance
Best Regards,
Dave
It isn't recommended to do that as it wouldn't be secure at all. I would try using our pre_submission hook to copy it to a hidden field - http://www.gravityhelp.com/documentation/page/Gform_pre_submission Let me know if that works for you.
Thanks David, I know this is a very bad practice but I need it for a third party service.
Your suggestion works!
Best Regards,
Dave