How to make label-less field required

  • Atulbhandari
    Asked on June 10, 2015 at 2:26 AM

    my form url is http://form.jotformpro.com/form/51412930223948

    I am trying making my labelness field mandatory but its not working please help?

    I already selected a filed as a required field but still not working.

  • BJoanna
    Replied on June 10, 2015 at 4:35 AM

    I have tested your form and I was not able to submit it before I populated all fields inside of the form.

    How to make label less field required Image 1 Screenshot 40

    Also I have cloned and tested your form and I saw that you have made Labelless widget required. 

    How to make label less field required Image 2 Screenshot 51

    The reason why there is no required sign when you preview your form is because you have disabled labels inside of your Labelless widget. 

    How to make label less field required Image 3 Screenshot 62

    If you want that required sign is shown on your form you need to enable labels.

    Here is my cloned form where i have enable labels: http://form.jotformpro.com/form/51602193320948? 

    Hope this will help. Let us know if you need further assistance. 

  • Atulbhandari
    Replied on June 10, 2015 at 6:13 AM

    Thanks  Appreciate your help..

  • Atulbhandari
    Replied on June 10, 2015 at 6:15 AM

    One more question, if you don't filled any field and try to submit the form then those labelness widget are not giving any error. why?

  • Boris
    Replied on June 10, 2015 at 8:57 AM

    This is because those widgets are not being targeted by the CSS yet, and they are isnide a separate iframe which makes their styling even harder. Please try injecting custom CSS to your form:

    .form-line-error iframe {
    border: 1px solid #FF3200 !important;
    box-shadow: 0px 0px 3px #FF3200;
    }

    You can also add it by opening the Designer, and pasting the code into the textbox under the CSS tab.

    How to make label less field required Image 1 Screenshot 30

    Your form should now display like this one does: http://form.jotformpro.com/form/51603253720950

    How to make label less field required Image 2 Screenshot 41

    Please let us know if you need further assistance.