• Resolved chraist

    (@chraist)


    Hello dear community,

    i created my own form with eight fields with armember.

    I can integrate this very well as input in the frontend.

    Now I want to output the entered values ??(only the values).

    When I work with shortcodes, I see “Profile Detail” and “Edit Profile”. But I only want to display the individual value (number) of my variables.

    Can someone help me here?

    Many greetings Christian

Viewing 1 replies (of 1 total)
  • Plugin Author reputeinfosystems

    (@reputeinfosystems)

    Hello,

    As I understood from your request you want to display which user has saved information of the field. If that is the case then ARMember does provide the facility to add shortcode which will display logged in user information as given below shortcodes:

    User ID: [arm_userid]
    Username: [arm_username]
    Display Name: [arm_displayname]
    First Name Last Name: [arm_firstname_lastname]
    User Plan: [arm_user_plan]
    Avatar Image: [arm_avatar]

    Also, if you want to display a custom field value then you can add a shortcode as given below:

    [arm_usermeta meta=”custom_field_key”] (replace custom_field_key with you have created custom field meta key).

    You can get a custom field meta key from ARMember -> Manage Forms -> Add/Edit signup form page at the field’s setting option.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘output variables in the frontend’ is closed to new replies.