Posts: 357
Threads: 23
Joined: Dec 2009
Hi Timbow
I do not understand well what you mean. I use thunderbird and i have not any problem to reply a email received.
Can you send me by email the new english language file?
Regards.
Posts: 357
Threads: 23
Joined: Dec 2009
Ah!!! I think that I know you want to say...
I have to do a upload witn a new version.
Regards.
Posts: 22
Threads: 5
Joined: Feb 2012
how do i add date select?
Posts: 357
Threads: 23
Joined: Dec 2009
Upload a new version to extend: 5.7
Instructions in extend: http://get-simple.info/extend/plugin/contact-form/264/
Regards.
Posts: 3
Threads: 1
Joined: Feb 2013
Hello cumbe!
Is it possible to implement ajax errors when user enters wrong captcha \ e-mal?
That would be very nice completion to this great plugin.
Posts: 357
Threads: 23
Joined: Dec 2009
Hi fluc,
Thanks fot the idea.
I will look like to do it, but in this moment I have little time.
Regards
Posts: 1,129
Threads: 137
Joined: Feb 2012
2013-09-23, 06:59:27
(This post was last modified: 2013-09-28, 06:33:23 by Timbow.)
One of my sites has stopped sending mail. The mail shows in the log as sent but nothing ever arrives. I have tried different email addresses.
It was working up to mid August so I suspect a server change. I have uploaded a phpinfo file but I don't really know what to look for. What are the important php settings for this plugin?
Posts: 357
Threads: 23
Joined: Dec 2009
(2013-09-23, 06:59:27)Timbow Wrote: One of my sites has stopped sending mail. The mail shows in the log as sent but nothing ever arrives. I have tried different email addresses.
It was working up to mid August so I suspect a server change. I have uploaded a phpinfo file but I don't really know what to look for. What are the important php settings for this plugin?
Link to said phpinfo
Hi Timbow,
Don't you have any error?
can you send me the plugin to look at?
Regards.
Posts: 1,129
Threads: 137
Joined: Feb 2012
If it isn't just a simple server setting fix maybe I will make a new contact page with the new version and see if it works
Posts: 357
Threads: 23
Joined: Dec 2009
(2013-09-24, 08:26:08)Timbow Wrote: If it isn't just a simple server setting fix maybe I will make a new contact page with the new version and see if it works
You can to do a test with this function:
Code: <?php
$EMAIL = 'you email@email.com';
$subject = 'check mail function';
$headers = "From: Check\r\n";
$headers .= "Return-Path: Check\r\n";
$headers .= "Content-type: text/html; charset=UTF-8 \r\n";
$body = 'MAIL FUNCTION<br />';
$body .= "-----------------------------------<br />";
$result = mail($EMAIL,$subject,$body,$headers);
if ($result=='1') {
echo 'ALL OK<br /><br />';
} else {
echo 'NOT OK<br />';
}
?>
Save this script like by example mail.php, and call it with browser.
It is possible that it replies with 'ALL OK' but you do not receive any mail, then it is a problem of server.
Sorry for my english.
Regards.
Posts: 1,129
Threads: 137
Joined: Feb 2012
Gracias cumbe por el scripto fantastico.
Recibo el email y el annoncio 'All ok' entonces el problemo es lo mismo no es el hosto.
I will make a new email page with your new version and I know it will work.
(sorry for my espagnol)
Posts: 1,129
Threads: 137
Joined: Feb 2012
2013-09-26, 08:49:41
(This post was last modified: 2013-09-28, 06:30:18 by Timbow.)
I made a new page with the new version and it works beautifully. Thanks cumbe.
I made for my own purposes a plain responsive form which looks like this. You see you can put it in the sidebar or the page and you can use it on a phone screen.
I will email you the files, cumbe. I could post them here but you might want to check them first. Now I look I can see the last piece of stray text ' captcha code' should be put inside the box like all the others.
the form is working on my demos site
Posts: 4
Threads: 1
Joined: Oct 2013
Congratulations great plugins. It is possible to have two or more forms in the same site?
Posts: 357
Threads: 23
Joined: Dec 2009
Hi antoromani.
Yes, it is possible.
Regards
Posts: 4
Threads: 1
Joined: Oct 2013
Hi cumbe!
I add one on the page "contact" on a site, and I want to add a different in another page "request meeting". How do I?
Regards
Posts: 65
Threads: 11
Joined: Apr 2012
Hi there,
I have a language problem with the contact form. IE, Safari and Chrome show the contact form in english - on a german site. FF shows it in DE. Does anyone have an idea, what could be the matter with it?
Thank you
SoHo
Posts: 357
Threads: 23
Joined: Dec 2009
Hi Soho22,
I don't know becuase this happen....
Upload to extens a new version (5.8), that has some small improvements of i18n compatible and when a form is submitted, now a message of javascript is showed.
Regards
Posts: 1
Threads: 0
Joined: Jan 2014
2014-05-06, 09:18:13
(This post was last modified: 2014-05-06, 09:23:16 by krupers.)
Hi all,
for me did not work captcha. I added:
in file comprueba.php and now it's works
Regards
Posts: 357
Threads: 23
Joined: Dec 2009
Thanks krupers.
I have to upload a new version with this fixed...
Regards.
Posts: 12
Threads: 2
Joined: Apr 2014
Is it possible to edit the email that is sent out? I wish to remove the IP address line.
Posts: 357
Threads: 23
Joined: Dec 2009
Yes,
you have to edit file cbcontact/comprueba.php; and comment or remove line 122:
Code: $body .= "Ip: ". $ip ."<br />";
Regards
Posts: 1,129
Threads: 137
Joined: Feb 2012
Hi Cumbe,
A new 5.8.1 install is working fine except that the emails all mark single and double quotes with the \ escape, so they are sent with things like Quote:He didn\'t say \"Thank You\"
I am calling the plugin with Code: (% cbcontact timbo,true,false,'',person@domain.com %)
It is at www.aisholt.org/contact/ . In the log the \s don't occur.
Posts: 357
Threads: 23
Joined: Dec 2009
Hi Timbow,
you are right. I have to fix this.... I don't check with mark single and double quotes.......
Regards.
Posts: 357
Threads: 23
Joined: Dec 2009
Hi,
upload to extend new version 5.8.2. I think that I fixed problem with slash and double quotes in contact form...
Regards
Posts: 1,129
Threads: 137
Joined: Feb 2012
Thanks Cumbe. Brilliant and quick. I will try it.
|