Web-Based Form...
found my way here through my isp's (bigpond) newsletter.
I run a site for a company within an online game and need the html code for a web-based form that will send to an email(s). I don't want it to send through outlook or whatever I want it to send straight off the page in IE 5.5
Regards,
Khan
SWCOM Admin
Suzanne posted this at 21:39 — 11th August 2001.
She has: 5,507 posts
Joined: Feb 2000
1. Cgi/Perl scripts that process the email and return it to you in a sensible format.
2. Any other scripting language that does the same thing (server side processing)
3. Least recommended -- plain HTML form using mailto as the action. This returns the form contents to you like this:
to+bob+from+sue+subject+you+are+my+favourite+uncle et cetera...
What you want to do is determine the platform (Unix/Windows) and the language you want to use (Perl/PHP/ASP/JSP, et cetera), and then find the script to do the work.
hotscripts.com is an excellent resource for this sort of thing.
All these scripts will come with the HTML coding you need to use.
Suzanne
fabbrett posted this at 14:48 — 13th August 2001.
They have: 2 posts
Joined: Aug 2001
If your with bigpond then log into "Your Account" then goto:
Web hosting -> Personal Web Site -> CGI Scripts
there they have a "Form to Email" script and tell you how to use it.
mjames posted this at 21:59 — 13th August 2001.
They have: 2,064 posts
Joined: Dec 1999
Really? Could you forward me a copy of the issue with TWF featured? PM me.
a_gajic posted this at 12:26 — 16th August 2001.
They have: 71 posts
Joined: Aug 2001
KHAN:
if its remotley hosted that u r lookin for i would recommend bravenet otherwise in my opinion PHP is the best language and simplist to send mail through
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.