palgrave
Forum Replies Created
-
I actually got it working in the meantime using $recipient_email = $cf7->posted_data[“your-email”] and then a regular mail function.
Thank you very much for your help, and for posting the only thing anywhere on the internet that signposted it for me.
@mad_max First of all thanks for the quick reply. That sets you apart 🙂
I’m using WP 3.3.1 and I just used [coupon] in the file attachment field.
Dayum, just can’t get it working. Everything works for me apart from the attachment, I get the email about the fish and the form submits nicely, but no attachment.
I’m using the method to send the same file each time.
Has anything changed with the latest version of cf7?
Forum: Plugins
In reply to: [HEXAM] [Plugin: HEXAM] Not able to see user ResultsHi Elvin, and thanks for the reply.
I had a look at it in the meantime and was able to solve the problem by adding ORDER BY id ASC to the MySQL in line 69 (select answers,correct…etc)
I think some of the questions were re-ordered by copy/paste but I can’t think of anything else that happened. (The site and quiz creation is in the hands of a client). Could this have an effect.
I can’t give you a direct link as the quiz is on a password protected page that normally requires a payment to access, but you can get in touch on twitter @derekjohnson and I’ll DM you my email if that works for you?
Forum: Plugins
In reply to: [HEXAM] [Plugin: HEXAM] Not able to see user ResultsI’m having a serious problem with Hexam using the wrong answer as the right one. I have set up a test with 49 questions, and answering them all correctly gives a score of 12.
For example, the second question’s correct answer is field 3, but you need to select field 1 to get a point for it.
Completely in the dark as to what’s going on.
Forum: Fixing WordPress
In reply to: Pretty Permalinks and non-WP .htaccessThat didn’t work for me, but you can put
ErrorDocument 401 default
into the .htaccess file that is within the password protected directory. That should do the trick.