• Resolved joncwhall

    (@joncwhall)


    Hi,

    I’ve used shortcode such as the following to enable CF7 to insert the logged in users name (and other details) into the email that is sent:

    [dynamichidden name “CF7_get_current_user key=’user_firstname'”]
    [dynamichidden fullname “CF7_get_current_user key=’user_login'”]

    I have another shortcode that allows me to display another user field entered as an additional user field, created through Optimize Member:

    [opmGet user_field=”mobile_number” /]

    Is it possible to insert that field (mobile_number) into a CF7 email?

    I’ve tried the obvious attempt of this:

    [dynamichidden mobile “CF7_get_current_user key=’mobile_number'”]

    But this doesn’t display anything.

    Any help would be greatly appreciated 🙂

    Thanks,

    Jon

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Insert user field into CF7 email?’ is closed to new replies.