• Hi and thanks for this excellent plugin.

    I’ve just installed it for the first time – it’s very simple and effective, but some of the fields aren’t showing in the database.

    The form fields are (*required):

    *Submitted
    *your-name
    *your-email
    menu-890 (field is showing but no data feeding through to cells)
    text-286
    Submitted From

    The fields feeding through to the database are:

    Submitted
    your-name
    your-email
    menu-890 (field is showing but no data feeding through to cells)
    text-286
    Submitted From

    So it looks like the fields with dropdown boxes are not pulling through properly.

    Any help much appreciated, thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • FYI – I created a form that uploads a photo as well. The name of the photo is generated from the email address (and is stored in the db), but the photo itself disappears.

    Plugin Author Michael Simpson

    (@msimpson)

    Regarding drop-downs: They appear to be working for me. If you go into CF7 editor page, copy all the text in the “Form” section (all the short codes that define the form) and post it here, I can duplicate your form and test.

    For example:

    <p>Your Name (required)<br />
        [text* your-name] </p>
    
    <p>Your Email (required)<br />
        [email* your-email] </p>
    
    <p>[select* menu-952 "M1" "M2" "M3" "M4"]</p>
    
    <p>[submit "Send"]</p>

    I also have this problem
    I think this problem occurred because
    Your use underlined or dash

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Contact Form 7 to Database Extension] Some fields from the form are not showing in the data’ is closed to new replies.