Primary links
- Home
- All Comments
- All Customizations
- All Messages
- Attendance
- Dashboards
- Drop Down Lists
- Grading
- Misc. Files
- Obsolete
- PHP Customizations
- Parent/Student Pages
- Reports
- Scheduling
- Seating Charts
- Security
- Server Scripts
- State Specific
- Student
- Teachers
- Tips & How To's
- Verification Pages
- Links
- About
- Contact
Comments
Not working with after clicking on OK for error window
I went in to the page and modified it taking out the fields that we do not use here in VA. I also went in and took out the error checking for SSN (not required in VA) and phone number. I also went in and took out the fields from the check duplicates screen as well. When I try and enter a student using just the name and FTE I get the error window, which is what I want, but when I click OK on the window the page gets hung up. Any ideas? Also can we use the default checkduplicatestudent page if we don't need any additional fields?
Kevin
Screen not working
I have customized the screen a bit, but I can not get it to work completely. If it finds a student who could be a match and I click enroll, it passes all data. If it does not find any possible duplicates it just takes me to the students pages, but none of the data passes. Any ideas?
New student Screen: it hangs and I have to force quit.
Hi,
I'm trying your Custom New Student Screen so I can use the Error messaging system you created.
If there is an error, after clicking ok the "Your request is being Processed" message appears and stays there.
I have to force quit.
Any ideas what I might be missing?
The only thing I change was that I removed your custom NY fields.
Thanks,
Naomi Doughty
MSAD#9
Setting lunchid to student_number does not stick
Hi,
I'm trying to force the lunchid and passwords to be set to the student_number.
Which appears to be working (set up similar to copy physical address to mailing addres). But after submitting if there are no possible duplicates
the lunchid field stays as 0.
Te FUNCTION:
function setpasswords()
{
document.getElementById('lid').value=document.getElementById('snumber').value;
document.getElementById('wpw').value=document.getElementById('snumber').value;
document.getElementById('swpw').value=document.getElementById('snumber').value;
}
I display these fields and they show the new value (student_number) after the Function is executed but upon submitting, if there are no possible duplicate students, these new values for the 3 fields are not written to the student record.
Any ideas?
Naomi Doughty
MSAD#9
Hidden fields?
Jason, is there any way to include hidden fields that have default values in them that the user doesn't see?
Doug
Re: Hidden fields?
Yes you can, you use the same style input tag but make the type="hidden". The code below sets our state custom field to our town code on registration.
Brian Andle
Is not working with the fam mod and/or the submit progress?
I used this customization to create my own new student enroll screen. If you leave in the submit progress xcode, if a validation error hits, you are hung on the submit progress screen. If you remove the xcode for submit progress, if an error occurs, the submit process is killed totally. It looks like you can just click ok, correct your information, and submit again - But PS then passes no data through the enrollment. Also, without the xcode, not sure about with (didn't test because didn't know until after removing the xcode there was a problem), if family module doesn't find a match and you click continue or you select to not check for a match in the first place, the data entered again is not passed through the submission. Any help?