ASTRAPI
05-19-2009, 09:20 AM
Hello
How can i add in my html homepage a simple contact form so the users can send me a mail?
I found many for php but i must a code from another server to work .......
Thnaks
awatson
05-19-2009, 02:58 PM
You'll need the HTML to display the form, and then the script to process the results (presumably in PHP). A google search for "PHP form mailer" turns up lots of results that look like what you need.
ASTRAPI
05-19-2009, 04:23 PM
Yes i know but i think i will need some more help...
awatson
05-19-2009, 04:31 PM
Well, the other option would be to submit a support ticket and see if you host has any generic form-handling scripts you can use... They'd know more about what's available under your plan, etc.
ASTRAPI
05-19-2009, 04:43 PM
I contact them and they don't have...
I hpe someone can help me with some easy steps....
mwatkins
05-19-2009, 05:30 PM
No such thing as easy AND secure in web land. Why must everything be easy, anyway? ;)
Believe me, you want a contact form that has some security features lest your account be used by spammers all over the world. Your host won't like that and more than likely your account would be shut down.
Your best alternative: search for "secure php contact form" on Google and find the instructions that look like you can follow them. Of the first few results, this one likely fits the bill:
http://safalra.com/programming/php/contact-feedback-form/