|
|
#1 (permalink) |
|
Gold Member
![]() Join Date: Jun 2004
Location: Kentucky
Posts: 316
|
I looked up some free ones but they all have ads which is kinda expected lol, but I did find one free one from EZ Forms but they said it only works on a unix server and my server is win2000, anyone have some suggestions, also how hard is CGI to learn? I've done programing before and was thinking about just picking up CGI (probably PHP since I did study it a little) but I need to form to be up really quick so I don't want to risk putting up some faulty code just because I'm in a hurry.
__________________
unset($haters) Last edited by nomav6; 08-22-2004 at 02:59 AM. |
|
|
|
|
|
#3 (permalink) |
|
Administrator
![]() Join Date: Nov 2003
Posts: 8,024
|
I have used this perl script for forms before and it works fine.
http://www.bignosebird.com/carchive/bnbform.shtml Says it Supports both Unix and Windows
__________________
Computer Forum |
|
|
|
|
|
#6 (permalink) |
|
Administrator
![]() Join Date: Nov 2003
Posts: 8,024
|
Did you edit the form to include the email address that you want the email sent to?
submit_to: The person to receive the e-mail. Example <INPUT TYPE="HIDDEN" NAME="submit_to" VALUE="yourname@domain.com">
__________________
Computer Forum |
|
|
|
|
|
#9 (permalink) |
|
Gold Member
![]() Join Date: Jun 2004
Location: Kentucky
Posts: 316
|
its on a win2000 server that doesn't have send mail, so I'm using
$SMTP_SERVER="localhost"; I think I've read somewhere that localhost doesn't always work for some reason, but this is the only way I know how to do it, so does anyone have tips on what I need to do?
__________________
unset($haters) |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|