The email submit button was put in as a convenience to allow for people
to simply drop and use a button for email. It was not intended to be
adjusted or controlled programatically. In your case you can use a plain
button and program it to use the Acrobat javascrip Maildoc api or youo
can drop a button on the form, make it of type submit and use the mailto
protocol to control the mail message. Make sense?Paul