Hello,
I used the custom fields to create different event forms. The fields would have user information like user company name from past events prefilled. I created this field with always the same ID like user_company or even the field ID first_name would work to change the user name.
Now these standard values are not prefilled anymore.
It still works if I use the PHP Code and add for example rwmb_meta( 'user_company', [ 'object_type' => 'user' ], $current_user_id ) as the std value. But that would require to use always PHP code and modify by hand the standard value.
New is that I get a waring if I type the same ID:
This ID already exists in the field group 'User information', please change it or edit that field group to avoid duplication.
So I guess with this change, my solution stopped working?
Is there a way to avoid using PHP export every time?