Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 67836

fields not getting their info

$
0
0

Replies: 0

Hi there

Newbie question here. I just installed the plugin hoping it will deliver what it claims to, and so far it is not.

I have this form:

<label> Your User-Name
[dynamictext your-username readonly “CF7_get_current_user”]
[dynamictext your-username2 “CF7_get_custom_field key=’users-ID'”]</label>

<label> Your First-Name
[dynamictext your-firstname “CF7_get_custom_field key=’user_firstname'”]</label>

<label> Your Last-Name
[dynamictext your-lastname “CF7_get_custom_field key=’user_lastname'”]</label>

<label> Your e-mail
[dynamictext your-email “CF7_get_custom_field key=’user_email'”]
[dynamictext your-email0 “CF7_get_custom_field key=’useremail'”]
[dynamictext your-email1 “CF7_get_custom_field key=’user-email'”]
[dynamictext your-email2 “CF7_get_custom_field key=’user_e-mail'”]
[dynamictext your-email3 “CF7_get_custom_field key=’user_e_mail'”]
[dynamictext your-email4 “CF7_get_custom_field key=’current_user_email'”]
[dynamictext your-email5 “CF7_get_custom_field key=’current_user-email'”]
[dynamictext your-email6 “CF7_get_custom_field key=’current_user_e-mail'”]
[dynamictext your-email7 “CF7_get_custom_field key=’current_useremail'”]

[dynamictext recipient-email “CF7_get_current_user_e-mail”]
[dynamictext recipient-email2 “CF7_get_current_user-email”]
[dynamictext recipient-email3 “CF7_get_current_user-e-mail”]
[dynamictext recipient-email4 “CF7_get_current_useremail”]
[dynamictext recipient-email5 “CF7_get_current_usere-mail”]
[dynamictext recipient-email6 “CF7_get_user_email”]
[dynamictext recipient-email7 “CF7_get_user-email”]</label>

<label>Slug
[dynamictext contact-form-context id:contact-form-context uneditable “CF7_get_post_var key=slug” ]</label>

….. as you can see, I getting a bit frustrated, the only fields that get populated with my logged-in info are the first field and the last field:

I can retrieve my user-name with CF7_get_current_user and the rather useless “slug” (I did that only to see if I could actually get any other info.)

All the fields I need to retrieve and have editable are not getting retrieved.

WTF is wrong???

I need all the fields:
username
First Name
Last Name
e-mail

so far, all I can get is user-name.

Is there a reference somewhere that I can use to find the appropriate shortcode to use?

Any help would be appreciated – thanks.


Viewing all articles
Browse latest Browse all 67836

Trending Articles