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
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?`
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,
Hi @reputeinfosystems,
All ok, and thanks very so much for the instructions.
wordpresstecnologia.