Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 05-28-2007, 11:46 AM   #1 (permalink)
 
Newb Techie

Join Date: Mar 2007

Posts: 6

iorgus

Default Help - HTML form

Hi

I need a little help with something. I want to implement a contact form on my business web site and I need or a php script or a free form builde. If you have any suggestions please let me know...
iorgus is offline  
Old 05-28-2007, 01:46 PM   #2 (permalink)
Yek
 
T.F's Resident Cool Guy...

Join Date: Aug 2006

Posts: 1,625

Yek is on a distinguished road

Send a message via AIM to Yek Send a message via MSN to Yek Send a message via Yahoo to Yek Send a message via Skype™ to Yek
Default Re: Help - HTML form

Simple MAILTO uses default email client - Usually requires auth

Code:
<form method="POST" action="Mailto:YOUR-EMAIL">
		<p><input type="text" name="T1" size="20"></p>
		<p><input type="text" name="T2" size="20"></p>
		<p><input type="text" name="T3" size="20"> </p>
	<p><textarea rows="2" name="S1" cols="20"></textarea></p>
	<p><input type="submit" value="Submit" name="B1"></p>
</form>

, Tkey

Last edited by Yek; 05-28-2007 at 01:48 PM. Reason: Can't spell
Yek is offline  
Old 05-29-2007, 02:06 PM   #3 (permalink)
 
Monster Techie

Join Date: May 2004

Location: Tucson, AZ, USA

Posts: 1,183

Vormund

Send a message via AIM to Vormund Send a message via MSN to Vormund Send a message via Yahoo to Vormund
Default Re: Help - HTML form

And if you want a php script, you can work on your own or search for a zillion or so. The first result on Google was this: Contact PHP Email Form Script w copy n paste free contact php script code which is more for if you want to code it yourself. Hotscripts.com :: The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal is sure to have a few dozen premade's as well.

If you need any help setting it up, ask away.
__________________
Vormund is offline  
Old 06-04-2007, 03:40 PM   #4 (permalink)
 
Newb Techie

Join Date: Mar 2007

Posts: 6

iorgus

Default Re: Help - HTML form

Thank you for suggestions ( daca a raspuns cineva ). So far I found freedback and this free <a href="http://www.emailmeform.com">html form</a> builder which unlike freedback does not show any advertising in the free plan! ;-)
iorgus is offline  
Old 06-04-2007, 03:55 PM   #5 (permalink)
 
Monster Techie

Join Date: May 2004

Location: Tucson, AZ, USA

Posts: 1,183

Vormund

Send a message via AIM to Vormund Send a message via MSN to Vormund Send a message via Yahoo to Vormund
Default Re: Help - HTML form

Cool - I didn't know something like that existed - especially "ad free"!
__________________
Vormund is offline  
Old 06-08-2007, 05:24 PM   #6 (permalink)
office politics's Avatar
 
It's all just 1s and 0s

Join Date: Jan 2004

Location: in the lab

Posts: 4,410

office politics will become famous soon enough

Default Re: Help - HTML form

Quote:
Originally Posted by Tkey View Post
Simple MAILTO uses default email client - Usually requires auth

Code:
<form method="POST" action="Mailto:YOUR-EMAIL">
		<p><input type="text" name="T1" size="20"></p>
		<p><input type="text" name="T2" size="20"></p>
		<p><input type="text" name="T3" size="20"> </p>
	<p><textarea rows="2" name="S1" cols="20"></textarea></p>
	<p><input type="submit" value="Submit" name="B1"></p>
</form>

, Tkey
watch out for email harvesters


How do spammers harvest email addresses ?
Quote:
3. From web pages.

Spammers have programs which spider through web pages, looking for email addresses, e.g. email addresses contained in mailto: HTML tags [those you can click on and get a mail window opened]

Some spammers even target their mail based on web pages. I've discovered a web page of mine appeared in Yahoo as some spammer harvested email addresses from each new page appearing in Yahoo and sent me a spam regarding that web page.

A widely used technique to fight this technique is the 'poison' CGI script. The script creates a page with several bogus email addresses and a link to itself. Spammers' software visiting the page would harvest the bogus email addresses and follow up the link, entering an infinite loop polluting their lists with bogus email addresses.

For more information about the poision script, see W P O I S O N

office politics is offline  
Old 06-10-2007, 03:01 PM   #7 (permalink)
Yek
 
T.F's Resident Cool Guy...

Join Date: Aug 2006

Posts: 1,625

Yek is on a distinguished road

Send a message via AIM to Yek Send a message via MSN to Yek Send a message via Yahoo to Yek Send a message via Skype™ to Yek
Default Re: Help - HTML form

, i could of gone on but diddnt want to confuse the guy with php and javascript email scramblers
Yek is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Just heard of Dreamweaver cs3. Replacement for html and css? stainer711 Web Graphics, Design, Digital Images 17 06-19-2007 08:27 AM
Help with contact form for my website beton Windows Operating Systems and Software 2 05-12-2007 06:40 AM
Best way to do form validation? thejeremy Programming Discussions 4 04-17-2007 10:51 PM
some VERY basic HTML help required!! VIII Programming Discussions 3 04-17-2007 12:55 PM
Html Korubi Off Topic Discussion 2 04-01-2007 02:04 PM