Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Ultimate Member

    (@ultimatemember)

    Hi,

    This is currently not possible. I will add it to our user suggestion list and we will discuss as a team though so could possibly add it in a future update. Just one thing, are you not worried that if you have a lot of users, you will get far too many notifications if they keep updating profile?

    Thanks!

    Thread Starter aaronsmedley

    (@aaronsmedley)

    Yes and no. What I want is to be able to sell leads to companies and give estimates based on what the people have entered. If they change their profile then that means they are looking for something different and I can change the company I am selling to accordingly. Looks like I will see what my hands can do for adding email.

    Thread Starter aaronsmedley

    (@aaronsmedley)

    Or would it be easier to pull information from the profiles like name and email and automatically put it onto a form like gravity forms?

    Plugin Author Ultimate Member

    (@ultimatemember)

    UM uses the usermeta table to store profile data. Are you asking about how to fetch that information from Ultimate Member (name, and email)?

    Thanks!

    Thread Starter aaronsmedley

    (@aaronsmedley)

    Yes how do you fetch the information?

    Plugin Author Ultimate Member

    (@ultimatemember)

    You can do this in php:

    um_fetch_user( $user_id );
    echo um_user(‘user_email’); // prints email
    echo um_user(‘first_name’); // first name

    etc. ??

    Hope that helps!

    Hi,

    i know this post is a bit older but
    I was looking for a possibility to notify the admin when a user changes his profile and i found this post.
    I have a question to the ultimate member team. you wrote you will add this to you user suggestion list an discuss this.
    is there already a descision?

    Thanks in advance for your answer.

    Plugin Author Ultimate Member

    (@ultimatemember)

    We have not decided on whether to add this in or not yet. Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Email after profile update’ is closed to new replies.