Emailing Data From a Form
If you want to collect data in a form and have it sent to an email address, using the email client software on your visitor's computer (aka "plan b" for collecting form data), you can do this easily without having to work with additional server configuration or scripts.
- In the Action field, type mailto:[your email address]
- From the Method pop-up menu, choose POST
- In the Enctype field, type text/plain
