Avatar

Correct answer by
Level 10

Change the type of your Email Submit button to "Button" (click on the dropdown of the highlighted portion in the attached screen shot you posted).

And then place the below code in the click event of the button. Set the language to "Java Script"

event.target.submitForm({cURL:"mailto:mymail@myisp.com?subject=FORM TEST",cSubmitAs:"PDF"});

Thanks

Srini

View solution in original post