Avatar

Level 2

This error message has me baffled. I have read the other discussion, which talks about the error being triggered by digital signature fields,but this situation does not apply to my form/error.

I have a few date fields in this form, and three of them are interacting with this error.

  • EventDate
  • EventDate-14
  • DateBalanceDue

  • EventDate is a User-Entered - Optional Date field.
  • EventDate-14 is a Calculated - Read Only Date field. (I've also tried it with the name EventDate14, and I get the same result.) In the Calculate event, I have the following script:

    Num2Date(Date2Num(EventDate,"YYYY-MM-DD")-14,"EEEE, MMMM D, YYYY")
  • DateBalanceDue is a Read Only Date field.

    Then I have actions defined that set the DateBalanceDue field to either today's date (due when the reservation is made) or equal to EventDate-14 (two weeks before the event date).

After I set these conditions, I started getting the error message "EventDate-14 validate failed." every time I select EventDate. I don't have any validation in any of the three fields (or in any fields in the form, for that matter). The error only started after I added the EventDate-14 field.