Hello,
I need a contact form on my website, that will send to my email address what the visitor enter in the form fields. The problem is that I can't run any php scripts.. is there a way to use some html form?
:cool:
Hello,
I need a contact form on my website, that will send to my email address what the visitor enter in the form fields. The problem is that I can't run any php scripts.. is there a way to use some html form?
:cool:
What do you mean by "You can't run any php scripts?" are you hosted here on x10?
Micro
I think the mail() function is disabled in PHP for security reasons.
Regards,
Zenax
Well i have found a html tutorial how to make a contact form with html.
Link:http://www.spoono.com/php/tutorials/tutorial.php?id=6
And if you don't want that tutorial then you must look here.
http://www.pixel2life.com/search/all/contact+form/1/
;)
- Thank you for your suggestions! I found a site that offers remotely hosted contact forms, www.emailmeform.com . Basically, I paste the html code in my website, and it calls the php script on their server who sends the email.