Okay
  Public Ticket #1021909
Contact
Closed

Comments

  •  2
    Valhalleim started the conversation

    Hey guys, building the site is going pretty well so far. Everything is going nicely and with ease. Just one question... I can't seem to configure the email address for the contact form. I've checked the settings and it's the correct email address but never get anything. Maybe I missed something? The Woocommerce email works 100%..

  • [deleted] replied

    Hello, please give me private access for site and I'll see what I can do.

    All options contact form are set on this: Contact->Contact Forms->Your form->Mail tab


  •  2
    Valhalleim replied

    Hi Alex,

    Thanks to your reply I found the "issue" and it was a syntax error but it fully works now. For some reason too, I have two duplicate contact forms which I don't know how it happened. 

    But I was wondering if you knew how to add a "Subject" line? 
    I added [select* your-browser include_blank "Customer Service" "Custom Order" "Sales" "Support"] in the form tab and it works but ugly as hell. Is there a way (or maybe you have implemented your own code/tag) to match the rest of the form? 
    Even the horizontal line is missing (css?) and a title "subject". Any suggestions? Added 2 screenshots. 


  • [deleted] replied

    Hi Valhalleim,

    Just add form-control class on your field:

    [select* your-browser class:form-control include_blank "Customer Service" "Custom Order" "Sales" "Support"] 

    Please check and let me know.

    PS: I create css for your Subject label

    1. Add this code before select field: <div class="godlike-form-label">Subject*</div>

    2. Add this css on your file style.css

    .godlike-form-label{
        padding: 12px 20px;
        font-size: 1em;
        font-weight: 400;
        line-height: 1.2;
        border-radius: 0;
        border: none;
        transition: .3s border,.3s color;
        background: 0 0;
        color: #9b9b9b;
    }
    
  •  2
    Valhalleim replied

    Hi thanks for the quick reply. It works. However the CSS doesn't. I added in style.css and its not targeting the div. 

  • [deleted] replied

    Maybe it's cache.

    Try to refresh page without cache (CTRL+F5 or COMMAND+R).

    Please check and let me know.

  •  2
    Valhalleim replied

    Didn't work. I cleared cache double-checked public_html/wp-content/themes/godlike/style.css and it's not working.

  •   Valhalleim replied privately
  •   [deleted] replied privately
  •  2
    Valhalleim replied

    Weird. All works O.o

    Thank you for your kind support & service!


    - Happy customer