December 6, 200421 yr Using the -edit grammar to add new record to a portal in an xslt template. Is there anyway of validating fields before the records is added? I want to make sure none of the fields are left empty. I only have 5 fields for the user to enter data into. Name School Month Day Copies Just want to make sure I don't get a lot of records added where the fields are left empty.
February 1, 200520 yr here's what I used... <script language="JavaScript" type="text/javascript"> function validateForm(theForm) {
Create an account or sign in to comment