View Single Post
Old 12th May 2008, 06:57 AM   #5 (permalink)
Simon
Dedicated to life!
 
Simon's Avatar
 
Join Date: Jul 2005
Location: 36°38'4.48"N - 4°42'18.52"W
Posts: 2,058
Send a message via MSN to Simon Send a message via Yahoo to Simon Send a message via Skype™ to Simon
Code:
<form method="post" action="mailto:email@domain.com?Subject=Your Subject" enctype="text/plain">
Using the above will try and open up the users email program and complete the email body with the form contents.

I'm not sure how this works for people who use online email (hotmail/yahoo/gmail) but it might be an idea, you can still collect the users data, and then when the email opens up in Outlook they can attach the photo and send.

Simon
__________________
Freelance PHP Programming
__________________
Simon is offline   Reply With Quote