Why is a message about incomplete values is showing up when I submit my form?

  • ante321
    Asked on April 23, 2015 at 6:55 AM
    when I subbmit my form and some field is required  but I don't fill it. I get this message:
     
    Incomplete Values
    There are incomplete fields in your submission: Number of adults is required Apartament is required Number of children is required Full Name is required E-mail is required Please go back and fix the problem(s)
     
     
    how I fix it: 
    when some field not fill  then put message(this field is required.) near it 
     
    thank you
     
     
  • raul
    Replied on April 23, 2015 at 10:49 AM

    I'm sorry, but I don't fully understand your question.

    The message is shown because you've set the mentioned fields as required, which mean that you must enter a value in them in order to be able to submit the form. If you don't want this to happen then you only need to set those fields as unrequired and the message will not be shown.

    Why is a message about incomplete values is showing up when I submit my form? Image 1 Screenshot 20

    Let us know if this answers your question.

  • raul
    Replied on April 23, 2015 at 10:54 AM

    Another thing I forgot to mention is that you're probably seeing this message because JavaScript is not enabled in your browser. The normal behavior of the form is to show the required fields message in the form itself like this:

    Why is a message about incomplete values is showing up when I submit my form? Image 1 Screenshot 20