I want to create a Contact page on my website with the following form boxes:
----------------
Name
e-mail address
Comments
Submit (button)
----------------
I want the customers to send me the comments via email but without prompting for the the local mail client ("mailto:"). Is there a way to write all this in html/css? without applying php? The submit button will send the message right from the browser.
If not, can you help me with the php engine? maybe some advice on how to embed the php code to my ordinary html/css site.
Thank you very much in advance :)
----------------
Name
e-mail address
Comments
Submit (button)
----------------
I want the customers to send me the comments via email but without prompting for the the local mail client ("mailto:"). Is there a way to write all this in html/css? without applying php? The submit button will send the message right from the browser.
If not, can you help me with the php engine? maybe some advice on how to embed the php code to my ordinary html/css site.
Thank you very much in advance :)
Comment