Remove the shadow around the form

  • kyleches
    Asked on August 26, 2015 at 9:29 PM

    The embedded and the source code is not showing up on the site at all. However the form works when I place an iFrame into it.. however the iframe has a shadow. 

     

    Is there a way to either get rid of the shadow or put the embedded code onto the site?

  • Elton Support Team Lead
    Replied on August 27, 2015 at 3:03 AM

    To remove the shadow, inject this CSS codes to your form.

    .form-all {

        box-shadow: none !important;

    }

    Follow this guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes-to-your-Form

    Just paste it at the most bottom part.

    Thank you!