How to make the edges of the input box in the Email Validator widget square

  • compliancecedar
    Asked on September 7, 2017 at 4:16 AM

    Hi guys 

     

    The box for the email validation on my form - the edges are rounded not square. 

     

    Would you be able to provide me with a CSS fix to make the edges of the box square like the rest of my form. 

     

    Thank you! 

     

    Jack 

    Jotform Thread 1241740 Screenshot
  • Mike_G JotForm Support
    Replied on September 7, 2017 at 7:02 AM

    To make the edges of the E-mail Validator widget in your form square, please inject the following CSS codes in the Custom CSS tab of the widget settings. — How-to-Inject-CSS-Codes-to-Widgets

    #mail {

        border-radius: 0px !important;

        -webkit-border-radius: 0px !important;

    }

    If you have other questions or concerns, please feel free to contact us again anytime.