Login using the username and password you created for AcrobatUsers.com.
Note: This is not the same as your Adobe ID.
Benefits of Free Membership:
Find out what AcrobatUsers.com is all about
You don't have to be a member to look at any content on the site. Increase your expertise with our helpful tutorials, videos, forums, and sample PDFs.
Like what you see? Take the next step and become a member. Register now to get discounts, attend eSeminars, ask questions and more.
Get the most out of your membership. Post in the forums, create your profile, submit to the gallery, attend a user group meeting. Log In now.
I have created a 4-page form using Acrobat Pro 9.3 and every time it is submitted, it crashes Acrobat. I have tried removing all the form fields and submitting it essentially nothing. No dice. It still crashes. The crash reports are not helpful at all and I don't know where to start troubleshooting this thing. Is there a common item (list of items?) that might frequently cause crashes that I could take a look at first? Thanks.
My Product Information:
Acrobat Standard 9.2 / Macintosh
Offline

What kind of submit is the form doing? The built-in submit on the button actions? A JavaScript submit? Is it submitting to an URL? to an email? Is the whole document being submitted? Or just the Data?
Thom Parker
The source for PDF Scripting Info
pdfscripting.com
The Acrobat JavaScript Reference, Use it Early and Often
http://www.adobe.com/devnet/acrobat/javascript.html
Then most important JavaScript Development tool in Acrobat
The Console Window (Video tutorial)
The Console Window(article)
Offline
thomp wrote:
What kind of submit is the form doing? The built-in submit on the button actions? A JavaScript submit? Is it submitting to an URL? to an email? Is the whole document being submitted? Or just the Data?
I am using the built-in submit button action, and I am submitting the PDF to an email. I think that there is a problem because of a mismatch in the version and platform of Acrobat used to create the PDF (Win XP, Acrobat 7) and the version + platform I am using for the form elements (OSX 10.5.x, Acrobat 9.x [latest]).
I just got the original Word doc used to create it, and I am going to try and set up a basic form with submit button. That way I can start fresh and see where exactly my problems are beginning.
Coming from the web development world I am having trouble getting used to relying on wysiwyg tools for interactivity. I want to just change the 'a href' and just get back work, ya know? Is there a way to get into the XML and tweak it there?
Offline

Standard PDF forms are not XML. They are PDF format. Commonly called AcroForms. For this type of form the version and OS differences shouldn't matter. However, if this is a LiveCycle form things are different. LiveCycle forms are XML wrapped in a thin PDF format. Versions can matter here because there were major changes between 7 and 9.
But regardless, if you've got the source document you might as well recreate it. You should be able to copy field directly off the old PDF form and onto the new one.
Thom Parker
The source for PDF Scripting Info
pdfscripting.com
The Acrobat JavaScript Reference, Use it Early and Often
http://www.adobe.com/devnet/acrobat/javascript.html
Then most important JavaScript Development tool in Acrobat
The Console Window (Video tutorial)
The Console Window(article)
Offline