Hi all,
I'm trying to store the changes made to a group x field, but I have trouble making the comparison between it's original state and the state at the moment it's stored.
I use the BeforeRender field to store the group x to a session var ($_SESSION['original_group_x']) and I've tried both BeforeStore and AfterStore to store the changed group x to a second session var ($_SESSION['current_group_x']). I use this method with all kinds of other field types and it works fine. But not for group x. Only the first session var returns values. The second var is always empty, no matter what I try. Why?
Is there anyone that can tell me to get the group x values at the moment I'm trying to store them, in a way that I could compare them to the original values?
Kind regards,
Richard