So the form was working fine for sending messages, but attachments were not getting through. So I fiddled with some things and now it's not working at all. Here's the Form info:
<p>Your Name (required)
[text* your-name] </p>
<p>Your Email (required)
[email* your-email] </p>
<p>Your Message
[textarea your-message] </p>
[file your-file filetypes:pdf|doc|docx|txt limit:2mb]
<p>[submit "Send"]</p>
And the Mail info:
To
support@bluepencil.ee
From
[your-name]
Subject
[your-subject]
Additional Headers
Reply-To: [your-email]
Message Body
From: [your-name] <[your-email]>
Subject: [your-subject]
Message Body:
[your-message]
--
This e-mail was sent from the main contact form on Blue Pencil (http://bluepencil.ee)
Exclude lines with blank mail-tags from output
Use HTML content type
File Attachments
[your-file]
I've been wanting to launch my site for a couple weeks, but cannot seem to work out these little kinks. Any help is appreciated!