sartajc
10-13-2006, 09:33 AM
I am the president of my schools Key Club, and frankly the handwriting of highschoolers is that of 2 year olds. I cant read the forms i require from them. So I was wondering, is there anyway to make a dynamic form. I dont know how to explain it, so heres the step by step process on what i want to help explain.
-----------------
The user will go to my clubs website and find a form that looks like any web form.
After filling it out and submitting, the user is redirected to a page that has all the blanks filled in and ready to print.
Ex: My form requires name gender.
Form:
Name: Bob
Gender: Male
After submitting the print will come up saying
This members name is Bob and his gender is Male
------------------
If that doesnt work, is there any DHTML/AJAX or just Javascript that can make a print page dynamic?
For example the print page will come up saying:
This members name is INSERT NAME HERE and his gender is INSERT GENDER HERE. and when you click on INSERT NAME HERE, you can type it in.
-------------------
Or is there any other solution to my problem? maybe cgi script?
-----------------
The user will go to my clubs website and find a form that looks like any web form.
After filling it out and submitting, the user is redirected to a page that has all the blanks filled in and ready to print.
Ex: My form requires name gender.
Form:
Name: Bob
Gender: Male
After submitting the print will come up saying
This members name is Bob and his gender is Male
------------------
If that doesnt work, is there any DHTML/AJAX or just Javascript that can make a print page dynamic?
For example the print page will come up saying:
This members name is INSERT NAME HERE and his gender is INSERT GENDER HERE. and when you click on INSERT NAME HERE, you can type it in.
-------------------
Or is there any other solution to my problem? maybe cgi script?