Hi all
how can i Submit a PDF form (maybe with Java Script) without using the client email outlook (some don't have local or default email and i want to prevent the client from saving the form then attached to Hotmail or Gmail) i do have exchange server where the PDF form is hosted.
thanks so much,
Daniel
however for the email part, use the regular BUTTON, and not the email submit one.
In the regular button, > Object Properties > choose COntrol Type = SUBMITnow at the top of the object properties section you will see another tab "SUBMIT" - click to open
in hte URL section type ---- mailto:abc [at] xyz [dot] com --- (without any spaces)
Then in the submit type as drop down, choose PDF or XML based on your requirement.
~~ S I D ~~