• Resolved wordpresstecnologia

    (@wordpresstecnologia)


    Hi,

    Email notifications (Please Signup form).

    This is shortcode to ArForms version
    [ARF_form_all_values]

    But, I need this shortcode to ArMember
    [?????????]

    I need receive all values field form, by email.

    Thanks for information.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author reputeinfosystems

    (@reputeinfosystems)

    Hello,

    If you want to display the member’s membership plan and payment details to members then ARMember provides a shortcode to display the membership plan details including transaction details. You can add the following shortcode to your requirements.

    Member’s Current Membership Details:
    [arm_membership]

    Member’s Payment Transaction details:
    [arm_member_transaction]

    Regarding sending custom field values with Email Notification, ARMember does provide a facility to add form Custom Fields template tag in the email notification. For that, you need to add a ‘{ARM_USERMETA_meta_key}’ tag in the email notification and replace the ‘meta_key’ with your custom field meta key.
    You can get the meta key from ARMember -> Manage Forms -> Add/Edit Signup form page at the field setting option.

    For example:
    meta key is ‘text_6kfvn’ then you need to set tag in email notification as {ARM_USERMETA_text_6kfvn}

    Please add tags accordingly and it should work just fine.

    Thanks

    Thread Starter wordpresstecnologia

    (@wordpresstecnologia)

    Thanks very much, your feedback.

    Nome: {ARM_FIRST_NAME} <- default

    Sobrenome: {ARM_LAST_NAME} <- default

    Usuário: {ARM_USERNAME} <- default

    Email: {ARM_EMAIL} <- default

    {ARM_ALLFIELDS} <- ???????

    I need receive by email all fiels and other opcional fields informations that i created. What´s the “opcional” shortcode i use for this?`

    Plugin Author reputeinfosystems

    (@reputeinfosystems)

    Hello @wordpresstecnologia,

    As I explained to you in the previous reply you can add custom field value using {ARM_USERMETA_meta_key} custom meta tag according to your requirements. But unfortunately, it will not possible to add the single tag and add all field values.

    Please let me know if there is anything else.

    Thanks,

    Thread Starter wordpresstecnologia

    (@wordpresstecnologia)

    Hi @reputeinfosystems,

    All ok, and thanks very so much for the instructions.

    wordpresstecnologia.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Shortcode to ArMember Signup (all_values)’ is closed to new replies.