- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
If each part of the form is in its own subform, then you can by targeting the subform that you want to validate. For example the topSection email button would have in the click event:
if (topSection.execValidate() == true) {
// send email script
}
else {
// warn user script
}
Hope that helps,
Niall
Views
Replies
0 Likes
Total Likes