2011-04-26, 05:53:06
Your CAPTCHA is not working
http://neowebtime.ru/1/
http://neowebtime.ru/1/
PlugIn Contact Form Getsimple
|
2011-04-26, 05:53:06
Your CAPTCHA is not working
http://neowebtime.ru/1/
2011-04-26, 07:22:03
I'm seeing the captcha...
2011-04-26, 18:19:00
I also see it, but it does not work
2011-04-27, 03:31:29
Hi Oleg06,
Thanks for your notice. I have seen a bug when is activated Use Fancy URLs, but it isn't problem of captcha. I solved it for Guestbook at the time, but not in contact. But in you web: http://neowebtime.ru/1/ seems fine, i have not had any error. Have you solved the problem? Regards. Upload version 5.2
2011-04-27, 04:08:25
in the CAPTCHA can enter any of the characters and message will be sent
2011-04-27, 06:52:56
Thanks Oleg06.
Yes, there were a bug in the translation of message of error of captcha. ONLY FOR GETSIMPLE VERSIONS 3.0 or LATER Upload version 5.3 of contact form. Web test: http://cumbe.no-ip.biz/gs30/contactar/ In this version i have had a lot of changes. The most important is that you must pass the user will receive the email's notifications. The contact form must be called so: <?php contact_page('nameofuser'); ?> I have tried to improve the form, and captcha. Fixed captcha error, and fixed bug with 'Fancy urls' enabled. Unzip the file in folder Plugin. Structure in directory Plugin: * contact_form.php * folder guest_contact: it folder is common with Guestbook Plugin. - comprueba.php - img_cpt.php - traducir.php, in this file is possible to change the translations. - folder img_emots: inside there are emoticons. Regards.
2011-05-27, 03:44:29
I am using the above version of this plugin (5.3) on a fresh GS3.0 install, and cannot for the life of me get it to send an email.
It logs each submission fine, it give me confirmation just fine, but no email. I'm using my username in the code properly, as far as I can tell. Any ideas?
Hello xd1936;
Do you works in localhost server or web server? I tested this version (5.3) and works fine.
2011-05-29, 01:25:23
I have it running online, hosted. It's odd, everything else works fine. GetSimple emailed me during setup, so that part works. Is there some testing or config you could have me try?
2011-11-20, 12:35:12
Hola buenas primero gracias por tu plugin pero no me funciona, primero la captcha no se ve aunque le de reload y si le pongo datos y le doy enviar en vez de enviarme a una pagina que diga que no esta correcta la captcha o algo me envÃÂa este error:
We are sorry, but the page you are looking for does not exist. mi sitio http://www.consultoriacodipro.com/index....ontactanos gracias.
Hola pipila, pienso que se debe escribir en inglés en los post, para que todo el mundo se entere, aunque mi inglés es malo.
Upload new version of contact_form v5.4.1, that think you will have less problems. Delete old version. ONLY FOR GETSIMPLE VERSIONS 3.0 or LATER Upload version 5.4.1 of contact form. Web test: http://cumbe.no-ip.biz/gs_30/contactar/ In this version i have had a lot of changes. The most important is that you must pass the user will receive the email's notifications. The contact form must be called so: <?php contact_page('nameofuser'); ?> I have tried to improve the form, and captcha. Fixed captcha error, and fixed bug with 'Fancy urls' enabled. Unzip the file in folder Plugin. Structure in directory Plugin: * contact_form.php * folder contact: - arial.ttf - comprueba.php - img_cpt.php - traducir.php, in this file is possible to change the translations. - .htaccess. Regards. PD: i ulpoad this plugin to extend too.
2011-11-22, 04:20:15
cumbe Wrote:Hola pipila, pienso que se debe escribir en inglés en los post, para que todo el mundo se entere, aunque mi inglés es malo. hi cumbe, tks for your help, i delete the older plugin and upload the new plugin, but the same problem, i cant see the captcha image, i try see the website with firefox and opera and cant see, opera only show the text (imagen), may be a rigth problem? o library of webhosting??... sorry for my english
2011-11-22, 04:53:13
I have the same problem with the captcha imagine not showing.
Bob
2011-11-22, 05:03:21
Hi pipila and rfuller.
Try rename .htaccess from folder plugins and folder contact. Is web in host with windows server? Regards.
2011-11-22, 12:29:35
hi cumbe don't have .httacces file in any folder, and hosting is centos server ty
2011-11-22, 13:11:32
i see the file, sorry i design in a laptop debian linux and when unzip the file htacces is hidden for the dot, i rename witouth the dot and upload(rename again .htacces) to the respective folder, but now, nothing work i see nothing in the page... ty
2011-11-22, 20:03:30
check the contact folder permissions for the group other.
2011-11-23, 07:25:23
hi cumble ty its work fine i don't see before in the plugin wowload page, the comment "<? witouth space betwen < ?, and i have a comment for the other guys, paste the code in the html view and save in html view, because if you switch at the editor view its add <--- at the code and not work....
sorry for my english its a good excersice write in english
2011-11-23, 12:24:28
Hi;
I know someone like http://phpmailer.worxware.com/ integrate into existing contact form and send via SMTP SERVER (Gmail) email. Code: require('class.phpmailer.php'); how do I change contact_form.php??? can someone help many thanks
2011-12-12, 04:59:59
Upload new version of contact_form v5.5 to extend: http://get-simple.info/extend/plugin/contact-form/264/
From v5.5: is possible send message from class phpmailer. On some servers php's mail function is disabled for security reasons, in these cases is possible send mail using class phpmailer. ONLY FOR GETSIMPLE VERSIONS 3.0 or LATER Web test: http://cumbe.no-ip.biz/gs_30/contactar/ The contact form must be called so: <?php contact_page('nameofuser', true or false); ?> in template or in page (with exec plugin installed). - user: you must pass the user of getsimple that will receive the email's notifications. - class phpmailer: * by default is false: class phpmailer is not used. * true: class phpmailer is used. You need to complete /contact/comprueba.php. In lines +- 182 to 210. You must edit this file and adjust the configuration for GMAIL ot HOTMAIL or ONO. Comment and discomment the part that you need. Unzip the file in folder Plugin. Structure in directory Plugin: * contact_form.php * folder contact: - arial.ttf - comprueba.php - img_cpt.php - traducir.php, in this file is possible to change the translations. - .htaccess. * folder PHPMailer_v5.1: is important that this folder is in /plugins Regards.
2011-12-26, 15:15:29
@cumbe
phpmailer works great many thanks.
2012-02-09, 04:46:01
For version 5.5 how do you change the Labels that are received in the email from spanish to english?
2012-02-10, 17:18:22
Hi Dominic,
I have to see why this is happening. Regards.
2012-02-11, 01:11:02
cumbe Wrote:Hi Dominic, Great, thank you. I poked through some of the php files but couldn't figure it out myself.
2012-02-12, 09:46:30
Hi Dominic,
Upload a new version a extend: http://get-simple.info/extend/plugin/contact-form/264/ fixed bug in translations. Regards. |
« Next Oldest | Next Newest »
|