GetSimple Support Forum

Full Version: PlugIn Contact Form Getsimple
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10
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.
Ah!!! I think that I know you want to say...

I have to do a upload witn a new version.

Regards.
how do i add date select?
Upload a new version to extend: 5.7

Instructions in extend: http://get-simple.info/extend/plugin/contact-form/264/

Regards.
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.
Hi fluc,

Thanks fot the idea.
I will look like to do it, but in this moment I have little time.

Regards
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?
(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.
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
(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&nbsp;FUNCTION<br />';
        $body .= "-----------------------------------<br />";

            $result = mail($EMAIL,$subject,$body,$headers);

            if ($result=='1') {
                echo 'ALL OK<br /><br />';
            } else {
                echo 'NOT&nbsp;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.
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)
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.
[Image: mailforms.png]
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
Congratulations great plugins. It is possible to have two or more forms in the same site?
Hi antoromani.
Yes, it is possible.

Regards
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
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
Hi Soho22,

I don't know becuase this happen.... Sad

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
Hi all,

for me did not work captcha. I added:

PHP Code:
session_start (); 

in file comprueba.php and now it's works

Regards
Thanks krupers.

I have to upload a new version with this fixed...

Regards.
Is it possible to edit the email that is sent out? I wish to remove the IP address line.
Yes,
you have to edit file cbcontact/comprueba.php; and comment or remove line 122:
Code:
$body .= "Ip: ". $ip ."<br />";

Regards
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.
Hi Timbow,

you are right. I have to fix this.... I don't check with mark single and double quotes.......


Regards.
Hi,

upload to extend new version 5.8.2. I think that I fixed problem with slash and double quotes in contact form...

Regards
Thanks Cumbe. Brilliant and quick. I will try it.
Pages: 1 2 3 4 5 6 7 8 9 10