2015-02-13, 22:54:06
(2015-02-12, 21:17:35)smilesk Wrote: Hello cumbe!
I want to use your plugin, but it not working. I see form and after click on "send" button - I see just half-loaded page and nothing received on email.
I use this code on a page which I created. This is the only content on the page.
(% cbcontact admin,true,false,'','email@mail.com' %)
Also if I use false for captcha - it anyway work...
Hi smilesk, Cumbe
This would be a nice contact form plugin, with just the 4 simple fields : name, from email, subject, message, and an optional Captcha. But unfortuanately it has a few bugs. It would be good if Cumbe could correct these … and then we would have a super contact form !
I see you are setting fn param sendphpmail = false, which causes the plugin to use the php mail() fn to send a mail. I am using the plugin with param sendphpmail = true, so that class PHPmailer is used. I need this because my hoster requires a SMTP username/password. So I have not tested the php mail() fn.
But on the PHPMailer side, I got the got the plugin to work, BUT I first also needed to correct some bugs before it worked (I corrected the Captch disable bug, but there were other bugs).. I have informed Cumbe about these problems in a previous post.
It would be good, if Cumbe as author, could coordinate these bug corrections .. please ?
Regards Aldebaran