Support » Plugin: Contact Form by Supsystic » Form doesn`t send messages

  • Resolved algza

    (@algza)


    Hi,

    I have the exact sameproblem as the previous poster. I am setting up my new blog and the contact form doesn`t work.

    When setting up the form, the message test works perfectly andI get the test in my inbox.. but once the form is used from the website, the messages dont reach my inbox. I get theThank you for your messagenotice but I dont get anything in my inbox.

    I don`t have any SMTP plugins installed.

    Please help.

    My contact form is here:

    http://www.blog.guedea.net/contact/

    https://wordpress.org/plugins/contact-form-by-supsystic/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter algza

    (@algza)

    Solved.

    I changed emails using two, one for the form and other for the blog and that did it. Thank you very much anyway, your form is very helpful.

    One question, how can I change the background color of the text area when the fields have users text/data? by default they appear yellow but Iwould like to change it to a different color.

    If you can point me to the css line to modify would be great.

    Thanks.

    Plugin Author supsystic

    (@supsysticcom)

    Hello

    Try to add in Form edit screen -> CSS / HTML Code tab -> CSS Code next code:
    #[SHELL_ID] input[type=text]:focus,
    #[SHELL_ID] input[type=email]:focus,
    #[SHELL_ID] textarea:focus{
    background-color: #ff0;
    }

    This will change background color only when user trying to enter some data / text in to field.
    Is this what you need?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Form doesn`t send messages’ is closed to new replies.