Verification widget: Fix display

  • HKZG
    Asked on June 6, 2015 at 4:57 AM
    ok. this is great, thanks for all the help... basically i have everything setup the way i want except the appearance of the verification widget. still having trouble with the custom css...
  • Chriistian Jotform Support
    Replied on June 6, 2015 at 5:20 AM

    Hi HKZG,

    Thanks for contacting us.

     

    I tried to access the site where you embedded your form (www.semirmagija.com) but I encountered an error. Please see screenshot below.

    Verification widget: Fix display Image 1 Screenshot 20

    Please provide us the correct URL where you embedded your form so we can check.

     

    Regards.

  • HKZG
    Replied on June 6, 2015 at 6:31 AM

    yeah... i had to temporarily disable the site on customers request... i'm putting it back online so you can check it out... thanks!

    semirmagija.com

     

    if you can please look into the message that pops up after the email adress is typed in and you click on verify... the text on the next message that pops out is in black color and is poorly visible. is there a way to make it white or any other color? also where can i translate those messages to my native language?

     

  • Boris
    Replied on June 6, 2015 at 9:48 AM

    Hello again.

    I'm afraid that the text of the "Verify" button is not changeable at the moment, but I think I have managed to make your desired CSS tweaks to the Verification widget. The error messages have been made visible, and I have changed the text of the error with some custom CSS.

    Please try adding this code:

    #mailContainer > p {
    color : red;
    }
    #mail, #code {
    background : #000;
    color : #fff;
    border : 1px solid #B3B27F;
    box-shadow: none;
    }
    #error.negative { font-size: 0; }
    #error.negative:before { font-size: 12px; content: "Greška: e-mail nije validan"; }

    You can see it in action here, on a cloned version of your form:

    http://form.jotformpro.com/form/51563519067964

    Verification widget: Fix display Image 1 Screenshot 20

    Please let us know if we can assist you further.

  • HKZG
    Replied on June 6, 2015 at 10:06 AM

    Boris, you are THE MAN!!!

    Thank you so much for your effort, you helped me big time!

     

  • Boris
    Replied on June 6, 2015 at 10:08 AM

    You are kindly welcome. :)

    Please let us know in a new thread if you need any other assistance with your forms, as always, we will be happy to help.

    Kind regards.