Avatar

Level 10

You could change the PDF, attached to this thread, as follows:

1) change the presence of 'dayOfTheWeek' to hidden

2) add the script, below, to the validate event of 'dayOfTheWeek'

// form1.page1.subform1.dayOfWeek::validate - (JavaScript, client)

if (this.rawValue != "Sun") {

     xfa.host.messageBox("The selected date is not a Sunday.");

}

Steve