• Resolved imkevz

    (@imkevz)


    Hi I want to use the Custom Meta Keys created using the Ultimate Member Registration Form to determine the name of group where the user will be added when using the Action Add to Group.

    For example, I created a field in the UM Registration Form called Referral Code with the meta key “referral_code”. Where the value in the referral code meta is actually a name of a learndash group in my website.

    What I want to happen is that when a user triggers the automation, the user will be added to the learndash group custom value user meta= “referral_code”.

    I tried using {user_meta:REFERRAL_CODE} in the custom value but it doesn’t work.

    How can I get this right?

    How do I use the custom value user meta handle properly?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ruben Garcia

    (@rubengc)

    Hi @imkevz

    Check that the “Add user to group” action requires the group ID not the group name to work

    Also, for the meta tag, you need to write the meta key with the same name, if your meta is “referral_code” then you need to write the tag as “{user_meta:referral_code}”

    Hope it helps!

    Thread Starter imkevz

    (@imkevz)

    Hi @rubengc

    I guess that’s the problem. Can you make it possible then that the “Add User To Group” can work with group name instead of group ID?

    I cannot find a way to make the group ID accessible to the user at front end but the group name is easy.

    I just need this function so badly.

    Plugin Author Ruben Garcia

    (@rubengc)

    Hi @imkevz

    I’m not sure to allow place the group name instead

    Anyway, we will consider it for future updates

    Thanks for your suggestion!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Use Meta Keys created using Ultimate Member in Add To Group Action’ is closed to new replies.