2 questions for my form.

  • Spinato
    Asked on November 4, 2021 at 12:57 PM

    I would like the required asterisk to be on the inside of the field or to the side so it takes up less verticle margin.


    I would also like the phone number field to be full width.

  • Christopher JotForm Support
    Replied on November 4, 2021 at 2:44 PM

    Greetings,

    span.form-sub-label-container {
      width: 100%!important;
    }

    label#label_4 {
      width: auto!important;
      padding: 3px!important;
    }

    li#id_1 {
      display: flex;
    }

    li#id_3 {
      display: flex;
    }

    li#id_4 {
      display: flex;
    }

    label#label_1 {
      width: auto!important;
    }

    label#label_3 {
      width: auto!important;
    }

    label#label_1 {
      width: auto!important;
    }


    Please add the provided custom CSS to your form.
    1636051369 618429a9de9d1  Screenshot 10
    1636051424 618429e02fb78  Screenshot 21
    Best Regards