brening
Forum Replies Created
-
Hello. Yes, I did something similar, but it was more convenient when this parameter was passed. Too many extra requests are received.
I did assign a role to Register form.
No, I get the parameters as hook parameters.
Hello! I got it wrong. My problem is still relevant. Can you help?
No, it doesn’t work for select field.
Yes, this code works for other fields. I output a form for entering user data.
Small part of my code:
$fields = array('my_key'); $data = []; foreach ($fields as $field) { $data[$field] = UM()->builtin()->get_specific_field($field); } $data = apply_filters('um_account_secure_fields', $data, $User_id); UM()->fields()->edit_field('my_key', $data['my_key']);- This reply was modified 5 years, 3 months ago by brening.