Support

Account

Home Forums Front-end Issues Update field in user registration form Reply To: Update field in user registration form

  • Running
    $user = update_field( 'field_6004677a93a7f', $supplier_description, '$user_{$user_ID}' );

    after
    $user = wp_insert_user( $userdata );

    Seems to break the user registration. Is running the update against the $user variable the best way of updating the ACF field?

    Thanks for your help by the way, this is most excellent of you.