If you add a regular button in your form use some thing similar to following JavaScript code in Click event.event.target.submitForm({cURL:"mailto:your@email.com?subject="+Subject.rawValue+"&body=Do not change subject line or body of this email.",cSubmitAs:"PDF",cCharset:"utf-8"});assuming "Subject" ...