• Resolved mionigba

    (@mionigba)


    Hello Sir,

    I want users to register on my website and get a Unique ID based on the Registration.

    Now, they will fill a Form that contains:

    Company Name and Branch Number.

    Department Name and Department Number.

    Unit Name and Unit Number.

    When the user submits these information, I want a Unique ID to be generated for the user through the concatenation of the Branch Number plus Department Number, plus Unit Number, plus the default WordPress User ID.

    So that, if the Branch Number is 04, Department Number is 03, Unit Number is 05, and WordPress user ID is 6, I will have a Unique User ID of 04-03-05-6.

    How can I achieve this using AR Member?

    Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support dimplemodi

    (@dimplemodi)

    Hello,

    ARMember does provide a “arm_after_add_new_user” action which does provide a User ID and second parameter as form data so, you can modify the Unique User ID and update that ID to the usermeta according to your requirements.

    Thanks

    Thread Starter mionigba

    (@mionigba)

    I really appreciate you for your reply.

    But I’m not sure I understand anything you said at all.

    Can you show me what exactly you are talking about?

    Does this thing you are talking about involve writing code? — and can you Please send me the code?

    Where exactly am I going to apply these things that you have described?

    Again, I searched for the hook in your Documentation, and it was not found, as you can see here– https://prnt.sc/dSGRvTyEvrku

    Can you please show me where to find this hook?

    Regards.

    Plugin Support dimplemodi

    (@dimplemodi)

    Hello,

    As you are using the ARMember pro plugin. So please note that this forum is only for the ARMember Lite plugin so, kindly open a support ticket for the ARMember pro plugin, and after that support staff will assist you further.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.