How to remove empty field in the form?

  • s2bonline
    Asked on May 30, 2019 at 12:14 PM

    I would also like the "third empty field" to be removed as I couldn't find the label to remove it myself. Also, when I made changes to the labels an empty field appeared and I don't seem to be able to move the next section up properly because that changes the places of the dropdown boxes:

    1559228094remove Screenshot 10

  • Richie JotForm Support
    Replied on May 30, 2019 at 12:24 PM

    Kindly try this custom CSS to adjust the margin in your form.

    #id_48{
    margin-top: -190px;
    }

    Please give it a try and let us know how it goes.

  • s2bonline
    Replied on May 31, 2019 at 4:30 AM

    That works, thanks so much!