Demonstrates how you can specify the message subject, cc, and/or bcc fields of email message in
which the mailto form is sent. All the work is done in the ACTION attribute.
After "mailto:email@address.com" type a question mark (?) then type the field name
you want to set (subject, cc, or bcc). Example:
ACTION="mailto:webwoman@mcduffskeep.com?subject=Survey Results"
If you want to specify additional fields separate them with the ampersand (&):
ACTION="mailto:webwoman@mcduffskeep.com?subject=Survey&cc=tmcduff@mail.gcccd.cc.ca.us"
ACTION="mailto:webwoman@mcduffskeep.com?subject=Survey&cc=tmcduff@mail.gcccd.cc.ca.us&bcc=tgmcduff@mcduffskeep.com"
Now try experimenting on your own.