How to Achieve This Form?

  • neoranking
    Asked on March 8, 2016 at 2:29 AM

    I used this form from Contact Form 7 and styled it, but it seems to having some issue sending  the form. I'm now using Jotforms for our site, I was wondering how can I achieve this look with Jotforms??

    http://staging.affluencepr.com/ebook-download/

     

    I tested to create a form but it seems to have issue with the placeholder.

     

    I hope you can help me thanks!

  • mert JotForm UI Developer
    Replied on March 8, 2016 at 9:34 AM

    Hi there,

    On your account, I found the form called "Contact Us Page". I assume that this is the form that you want to customize same with the original one. If you had problem with the placeholder styling, you can easily achieve this by injecting some custom css to your form.

    Please, see the necessary CSS code to style placeholders (You can easily change the placeholders' color by changing the green marked areas):

     

    input::-webkit-input-placeholder {

    color: #96d27e !important;

    }

    input:-moz-placeholder {

    color: #96d27e !important;

    }

    input::-moz-placeholder { 

    color: #96d27e !important;

    }

    input:-ms-input-placeholder {

    color: #96d27e !important;

    }

    .form-custom-hint {

    color: #96d27e !important;

    overflow: hidden !important;

     

    }

     

    Please, see the results from the below:

    How to Achieve This Form? Image 1 Screenshot 20

     

    For other styling issues, please do let us know, we can easily help you to customize your form with respect to your needs.

     

    Thanks.