dnesselroad
Forum Replies Created
-
You are absolutely awesome. Thank you for waving your magic wand and creating that solution! Unbelievable it was in such a timely fashion. If this works out I will purchase your plugin for every site I create. Thank you again
Ok so I did a fresh install and narrowed the issue down to ACF Frontend. I use it to power the site’s front end. Do you know why these two plugins would not play nice together? ACF Frontend is a major plugin and I thought the two would cooperate.
Forum: Plugins
In reply to: [Contact Form 7] Docx and Doc Not UploadingYeah just tried it, still a no go. Client is getting frustrated with me now. :O(
Forum: Plugins
In reply to: [Contact Form 7] Docx and Doc Not UploadingOops indeed. See below.
To
[email protected]
From
[email protected]
Subject
Rapid Capital Career Inquiry
Additional Headers
Reply-To: [email protected]
Message Body
From: [your-name]
Email: [your-email]Telephone: [tel-684]
Position Interested In: [radio-917]
Exclude lines with blank mail-tags from outputUse HTML content type
File Attachments
[file-upload]Forum: Plugins
In reply to: [Contact Form 7] Docx and Doc Not UploadingHi Neil, this is the form code below. I had the doc and docx in there before I found out that you could have it default to basic file formats, All but those two work out of the box.
<div class=”form-flat”>
<label>Your Name</label>
[text* your-name]<label>Your Email</label>
[email* your-email]<label>Your Phone</label>
[tel tel-684]<label>Which Position Are You Interested In</label>
[radio radio-917 default:1 “Equipment Finance Salesperson”]<hr></hr>
<label>Upload Your Resume (25mb limit)</label>
[file file-upload limit:10mb]<hr></hr>
[recaptcha size:compact]
</br><hr></hr>
[submit class:button primary “Submit”]
</div>