validation of date field in front page form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi...
I have a form I'm making, I need requesters to enter a "need by date". Our
lab's policy is that we need no less than 5 business days notice to complete
the request. Is there any way have validatation criteria for the date field
so that the user cannot enter a date any sooner than 5 business days before
the "need by" date?
This form will be sent to an e-mail address, the results won't be stored in
a database
 
Hi Christine,

You'll need to write the validation code in JavaScript or accomplish it on the server. There is nothing intrinsic to FP.
 
Back
Top