• I made a contactform with a HTML mail as result. But when I upload a jpg file too, the mail is changed in a textfile. In the field File attachments have i placed only [file-33]. Any idea?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Make sure if your form looks like this-

    <form action="email.htm" method="POST">

    …that you update it to-

    <form action="email.htm" method="POST" enctype="multipart/form-data">

    This will ensure that your image is not converted to plain text.

    [signature moderated Please read the Forum Rules]

    Thread Starter geert-j

    (@geert-j)

    No that is not the prroblem, the image is OK but the the tekst is no longer in HTML but in text.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin Contact Form 7 jpg problem’ is closed to new replies.