How can I standardize forms for different browsers?

  • YourMedicAgent
    Asked on October 24, 2016 at 1:50 PM

    I am creating a website with weebly templates and I'm adding forms with this app, but while I'm checking the result, it appears differently in each browser (Google Chrome, Safari, Explorer, Firefox).

    The exact example i'm talking about is about the color of the font... The only place that appears as I created is in Safari, where the text is white, while in the others changes to black or others.

    Also when the user clicks on each option or question, it highlights the whole question and it's impossible to read.

    This is what I mean...

    Example with Safari

    How can I standardize forms for different browsers? Image 1 Screenshot 40

    Example with Google Chrome

    How can I standardize forms for different browsers? Image 2 Screenshot 51

    Example Highlighted

    How can I standardize forms for different browsers? Image 3 Screenshot 62

    This is an example of one form included in the site but the same problema applies in everyone.

    I hope you can assist me rapidly as you can because I need to solve this ASAP for my visitors...

     

    Thank you very much!

  • Welvin Support Team Lead
    Replied on October 24, 2016 at 6:17 PM

    Your color setting in the form is incorrect. You've put #FFFFFFFF (8 f's), should be #FFFFFF only (6 f's):

    How can I standardize forms for different browsers? Image 1 Screenshot 20

     

    As for the highlight color, I've also fixed it for you by injecting the following custom CSS codes:

    .form-line-active label, .form-line-error label {

    color: #000000 !important;

    }

    When the field is active and on the error state, the text colors will change to dark.

    Here's how to access the CSS codes: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes