
| | |||||||
| Website Development HTML, traffic, hosting, and more... this is the forum for every webmaster. |
Register Now for FREE! | |||||
| |
| | LinkBack | Thread Tools | Display Modes |
| |||
| I want to put a contact fiorm on my web site . I have a fairly god knowledge of HTML, but have never made a website with it, and I don't know PHP at all. Anyone can suggest me a php script or a free form builder? |
| Sponsored Links | ||
| |
| ||||
| You'll probably be able to find one at Hotscripts.com :: The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal - rather than me just finding and linking specifically to one, I thought I'd give you a wide choice.
__________________ Thanks, Ash CF Founder Great Webhosting. Shared starting at $2 per month. VPSes starting at $6 per month. www.Centicero.com Want to get in touch? Send me a PM | Do you want to continue receiving free help? Or do you want this site to close? Become a premium member. |
| |||
| One of the easiest ways to insert a Contact form, that I'm experienced with, is with FormLogix. (FormLogix Free Form Builder - create free web forms,email forms and web databases). There, you design your Form and insert the script into your web page (yes, it validates through W3C). I have build many types of forms, for both myself and clients, using FormLogix and their service is great. Its free, doesn't insert banner ads into the form, and you have complete control of its content. Sample Forms using FormLogix Here is a form, using FormLogix, I have on my website: cityPCservice - Web Mail Here is a more sophisticated and advanced form I build for a client: Aaronbuyshomes.com - Submit Your Home If you wish to use FormLogix to build your contact form, play with the controls for a bit, explore it, and in no time you will have it mastered. You can do it! Feel free to ask any questions. |
| |||
| Thank you for . So far I found freedback and this free Email Me Form™ - HTML Forms, Web Forms, PHP Forms builder which unlike freedback does not show any advertising in the free plan! ;-) Last edited by Tom; 06-05-2007 at 10:05 AM. Reason: Fix URL code from HTML to Vb |
| ||||
| The big difference between HTML form and PHP ones is that to submit an HTML one uses the clients email package, if they have one. Many users are put off by this thinking that it is a security risk. By using PHP, the info is processed by the server, it just looks nicer and more professional. A basic but easy to follow tutorial for PHP is on TIZAG. <Admin edit: Please put any advertisments in your signature rather than the end of every post> Last edited by Ash; 06-20-2007 at 12:30 PM. Reason: ad link rule |