How can I remove the submit button

  • healingaia
    Asked on June 11, 2015 at 11:27 PM

    I would like to have on button area with clear form and print and another button area with just the submit button. Is this possible?

  • ibrahim JotForm UI Developer
    Replied on June 12, 2015 at 2:37 AM

    Hi,

    You can inject CSS code for hiding elements. Here's sample code: 

    #element_id {

    display: none;

    }