Can anyone suggest a simple contact form (where did you get the form) that works on a shared Linux account? Can you share your email account settings too? I'm having the worst time trying to implement a simple contact form. Thanks so much.Contact Form
Solved! Go to Solution.
Hi Jennn,
There are many simple HTML contact forms around the web, for example this article:
https://www.w3schools.com/howto/howto_css_contact_form.asp
You'll need a PHP mail script to use in conjunction with the form so that it sends the input to your specified e-mail.
Hi Jennn,
There are many simple HTML contact forms around the web, for example this article:
https://www.w3schools.com/howto/howto_css_contact_form.asp
You'll need a PHP mail script to use in conjunction with the form so that it sends the input to your specified e-mail.
Thanks! That's helpful.