I have several custom fields in the User Registration Form and they all save the data correctly and retrieve it when I use the {user:variable} entries on other forms. I have 3 fields set to specific values when the user fills out the form and I need to change them based on a discount that customer receives. When I go to the Form Admin and Edit the entry of the filled out Registration Form, I change the values of the 3 entries, but it does not update the wp_usermeta table. Instead it is updating the wp_rg_lead_detail table. The editor see's this new info, but now it still shows the original entries in the order form where I am using the {user:variable} instead of the modified entries.
Is this intentional?