HTML Form-Submit Button = Email

Avatar
  • Answered
I am creating an HTML form, for a website, to collect demographic information and for users to ask a question. Can someone please share with me, what HTML code would I use, to have the information passed to my Inmotion Hosting website email address?
Avatar
Scott
Hello Cvalesa, HTML will not be what you need to pass the information over to your email address from a form. The HTML creates the form itself, but the processing of the form is done with a server side scripting language, such as PERL or PHP. We have a guide that helps demonstrate how to do a php form with validation. You will, of course, need to modify it to fit your needs. Kindest Regards, Scott M