Remove shadow effect on Drop down field

  • 2ezy
    Asked on April 17, 2015 at 11:28 AM
    3) Is the suburb drop down box able to be made look like the other text box fields (ie no insert shadow.
  • Charlie
    Replied on April 17, 2015 at 1:06 PM

    Hi,

    If you would like to make the drop down field of "Suburb" looked like the other default text box field, you can do that by using this custom CSS code:

    .form-dropdown {

        border-color : #e4e2e2;

        box-shadow: 0 1px 2px #eee inset

    }

    You can check my cloned form on how it will looked like using the code above: http://form.jotformpro.com/form/51064094141951? 

    Do let us know if you need more information on this.

    Kind regards.