Hey guys, when I do this, I'm left with BOTH the "Submit" & the "Pr

  • TomDorman
    Asked on January 4, 2018 at 3:09 AM

    Hey guys, when I do this, I'm left with BOTH the "Submit" & the "Print Form" in the same line. How do I remove the "Submit" option?

    Tom

  • mertc JotForm UI Developer
    Replied on January 4, 2018 at 3:27 AM

    Hi TomDorman,

    You can resolve that using the following CSS codes.

    #input_47 {

     display:none;

    }

    Also on the following guide explains how can add CSS codes.

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    If you need any further assistance, please let us know.

    Thanks.