• I’m having trouble getting both the user_email and user_display_name fields to populate properly. Here’s what I have in my form:

    <p>[hidden name "user_display_name"][hidden email "user_email"]</p>

    And in the email From field:

    [name] <[email]>

    And here’s what I get in the From line of the email:

    SwapCrops - Currently in beta <user_email> <SwapCrops - Currently in beta <user_email>>

    Any ideas?

    http://wordpress.org/extend/plugins/contact-form-7-modules/

Viewing 1 replies (of 1 total)
  • Plugin Author Zack Katz

    (@katzwebdesign)

    Sometimes CF7 has issues when you put fields RIGHT next to each other. Try giving a space and see if that helps.

    <p>[hidden name "user_display_name"] [hidden email "user_email"]</p>

Viewing 1 replies (of 1 total)
  • The topic ‘user_email and user_display_name not populating’ is closed to new replies.