• So as you can see I have the form showing fine and it all works perfecty, the file attachment for the resume works but when you submit it I cannot see the attachment file in the email?

    Can anyone please help me as my client is waiting for this feature to work before launching the website.

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Webzilla

    (@webz1lla)

    I forgot to mention that this is how it is setup in the form part:

    [file resume filetypes:pdf|docx]

    And here is the section to display in the email:

    Resume:
    [resume]

    I must be missing something super small?

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Thread Starter Webzilla

    (@webz1lla)

    Hey thanks for the reply.

    I had a look and changed it from “resume” to “your-file” just so it’s exactly like what the post said but in my email I only get:

    resume.pdf

    It doesn’t have the attachment with it.

    I will copy and paste my HTML form and then the email tags.

    —–

    HTML tags for the form:

    [text* your-name placeholder "Name"]
    
    [email* your-email placeholder "Email"]
    
    [tel* your-phone placeholder "Phone"]
    
    <p class="resume">Resume</p>
    [file your-file filetypes:pdf]
    
    [textarea cover-letter placeholder "Cover letter"]
    
    [textarea your-message placeholder "Additional comments"]
    
    [submit "Apply"]

    —–

    The tags for the email:

    <strong>Name:</strong> [your-name]
    <strong>Email:</strong> [your-email]
    <strong>Phone:</strong> [your-phone]
    
    <strong>Cover letter:</strong>
    [cover-letter]
    
    <strong>Additional comments:</strong>
    [your-message]
    
    <strong>Resume:</strong>
    [your-file]

    —–

    If anyone can help me fix this it would be greatly appreciated! I can’t see what I’ve done wrong :/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Attachment file not showing in email’ is closed to new replies.