• Resolved carlbutler73

    (@carlbutler73)


    Hi,

    I use an API call to check id and email is an existing client (form by WPForms) if so the UsersWP register form is displayed via do_shortcode if not then register form isn’t available.

    Can i get the field values entered by the user in my WPforms form and automatically prefill the register form with these values as i need them to be read only?

    Thanks in advance
    Carl

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    This will require customization which is beyond our support here. But you can use the function uwp_get_usermeta($user_id, $field_key) to get the custom field value for the user and use that in your API or code. I hope this will help.

    Regards,
    Patrik

Viewing 1 replies (of 1 total)
  • The topic ‘Prefill Register Form Fields’ is closed to new replies.