Bryan VonDeylen Posted December 6, 2004 Posted December 6, 2004 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.
PoweredbyFm7 Posted January 29, 2005 Posted January 29, 2005 yes you can use javascript codes in your xsl pages.
RussellB Posted February 1, 2005 Posted February 1, 2005 here's what I used... <script language="JavaScript" type="text/javascript"> function validateForm(theForm) {
Recommended Posts
This topic is 7234 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now