Hi!
I try to submit PDF form by email using this Javascript code:
Doc.submitForm({cURL: "mailto:test@test.com", cSubmitAs:"XML"});
It does nothing.
I tried to use "this." instead of "Doc.", use "PDF" instead of "XML", I think I tried almost anyhting and still unable make it work. I use Android OS, have e-mail client up and running, write new message works from another application well.
Have someone email submit button working, please?
--- Jaroslav