Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Need Contact Form Help Re: Need Contact Form Help

#61832

Unfortunately, it isn’t as easy as specifying an email address in the action field of the form. You’ll need to use some PHP to get the form data, process it, and then send the email using PHP’s mail() command.

Chris has some screencasts:
— Creating a contact form: https://css-tricks.com/video-screencasts … tact-form/ (I’d suggest watching this one first — it’ll help you with the basics.)
— Sending html email: https://css-tricks.com/video-screencasts … tml-email/
— Using Woofoo for web forms: https://css-tricks.com/video-screencasts … web-forms/