Error message is showing in the form even if the date field is filled

  • DouglasHopkins
    Asked on April 18, 2016 at 10:03 AM
    it also says this even tho dates have been filled out correctly 

    ERROR: Returning On date should not be earlier than Departing On date.

  • Welvin Support Team Lead
    Replied on April 18, 2016 at 10:19 AM

    It's actually a text field, you have it as a custom error message in the form. It's showing up in the form because your conditional is set to show it when the calculation is equal to zero. 

     

    Error message is showing in the form even if the date field is filled Image 1 Screenshot 20

    The total is a calculation of the two date fields in the form. When the second date field in not filled, the error will show up. I think this is also causing the issue with the page break. Please check. I would suggest revising the condition or remove it.