Custom Page in Appointment Form

  • Thread starter Thread starter Marcos Marrero
  • Start date Start date
M

Marcos Marrero

I have created a custom page in the Appointment Form and have also
published it to my public folders. Everything works OK, the only
problem I am having is that I cannot get the users to fill out the
information on the page that I created. Is there a way for me to force
users to fill out that page if not the appointment will not save?

Thanks
 
You can set validation for individual fields on the each control's
Validation page or do an overall validation routine in the Item_Write event
handler.
 
Back
Top