PDA

View Full Version : Need Help with A Form Script



Cagey
February 24th, 2001, 23:44
Ok -- I don't really know what I am doing LOL but I am trying to write an email script for the High School which would allow the students to choose courses online.

The script here (http://www.voyageur.ca/~gaetano/test.html) gives me this result

Student+Name=Stuart+Gotcha&E-mail+Address=some@body.com&phone+number=548-4392&English=Beginning+Literacy+ENG14%2FELDAO&Geography=Applied+CDA1P&Mathematics=Essential+Mathematics+MAT14&Science=Applied+SNC1P&Second+Language=Native+Language+LNOOA&Religion=Religion+HRE1O&Option+One=Integrated+Technologies+TTI1O&Option+Two=Healthy+Living+%28Phys+Ed%29+PPL10&Band=No


which I can understand but would be too much work for the staff to untangle when they are getting hundreds of them back.

Could someone please help me out a little? It is possible that I might be able to gain CGI access if necessary but am trying to avoid that route to save the school some money.

Thanks

Cagey

clock
February 25th, 2001, 05:29
Get remote hosted CGI form script

http://response-o-matic.com is good I think, although there are adverts......

or option two......

note - this only works if you have Outlook or something available and working.......





<FORM METHOD="POST" ACTION="MAILTO:YOUR EMAIL?Subject=SUBJECT OF EMAIL" ENCTYPE="TEXT/PLAIN" onSubmit="alert(MESSAGE WHEN BUTTON IS PRESSED');">


<P>Bit one <INPUT TYPE="text" NAME="<P>LABEL WHEN YOU RECIEVE EMAIL" SIZE="40" MAXLENGTH="80">
<P>Bit 2<INPUT TYPE="text" NAME="<P>LABEL WHEN YOU RECIVE EMAIL" SIZE="40" MAXLENGTH="80">



<INPUT TYPE="submit" VALUE="TEXT ON SUBMIT BUTTON"> <INPUT TYPE="Reset" VALUE="TEXT ON RESET BUTTON">




Copy and paste the bits, and also add in some option boxes and radio button sand your away!