In my form, I have a hidden field that allows me to retrieve an autologin code from LoginPress.
My problem is that this code is sent by Formidable Forms in this format, for example: enable, , SZqgMEU6m4uqE8gDLebcxAPEKnGWoP, checked, 2025-04-12
However, I only need the code in the middle, without the "enable" in front and without the "checked, 2025-04-12" behind.
In short, I just want to retrieve the code, which in this example is: SZqgMEU6m4uqE8gDLebcxAPEKnGWoP
This field is a dynamic field because each WordPress user creates a different code. This code must be sent via email (via a URL).
Thank you for your help.