• Resolved dneveu

    (@dneveu)


    My website is http://www.nsachallenge.com/#apply

    The form has 4 items to upload, but when you click submit, the form goes through but there are no files attached to the email.

    The code for the form:
    <div class=”four columns”>
    <p>Team Name: [text* teamname id:TeamName] </p></div>
    <div class=”four columns”>
    <p>University: [text* university id:University] </p></div>
    </br>
    </br class=”clear”>

    <div class=”four columns”>
    <h4>Team Member 1</h4>
    <p>Team Member (full name): [text member1 id:Member1]</p>
    <p>Email (required): [email* email1 id:email]</p>
    <p>CV:</br> [file file-307 id:CV1] </p>
    <p>Graduates in: [text grads1 id:year1] </p>
    <p>Course: [text course1 id:Course1] </p>
    </div>

    <div class=”four columns”>
    <h4>Team Member 2</h4>
    <p>Team Member (full name): [text member2 id:Member2]</p>
    <p>Email (required): [email* email2 id:email2]</p>
    <p>CV:</br> [file file-193 id:CV2] </p>
    <p>Graduates in: [text grads2 id:year2] </p>
    <p>Course: [text course2 id:Course2] </p>
    </div>

    <div class=”four columns”>
    <h4>Team Member 3</h4>
    <p>Team Member (full name): [text member3 id:Member3]</p>
    <p>Email (required): [email* email3 id:email]</p>
    <p>CV:</br> [file file-661 id:CV3] </p>
    <p>Graduates in: [text grads3 id:year3] </p>
    <p>Course: [text course3 id:Course3] </p>
    </div>

    <div class=”four columns”>
    <h4>Team Member 4</h4>
    <p>Team Member (full name): [text member4 id:Member4]<p
    <p>Email (required): [email* email4 id:email4]</p>
    <p>CV:</br> [file file-755 id:CV4] </p>
    <p>Graduates in: [text grads4 id:year4] </p>
    <p>Course: [text course4 id:Course4] </p>
    </div>

    <p>[submit “Send”]</p>`

    Message:
    From: [teamname], [university]
    Subject: NSA Application

    Message Body:
    Team Name [teamname]
    University: [university]

    Team Member1:
    Name: [member1]
    Email: [email1]
    Graduates: [grads1]
    Course: [course1]
    CV: [file-307]

    Team Member2:
    Name: [member2]
    Email: [email2]
    Graduates: [grads2]
    Course: [course2]
    CV: [file-193]

    Team Member3:
    Name: [member3]
    Email: [email3]
    Graduates: [grads3]
    Course: [course3]
    CV: [file-661]

    Team Member4:
    Name: [member4]
    Email: [email4]
    Graduates: [grads4]
    Course: [course4]
    CV: [file-755]

    Not sure what I’m doing wrong, any help will be appreciated.
    Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Uploading files not working’ is closed to new replies.