- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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
Views
Replies
0 Likes
Total Likes