Capturing Form Information in
Adobe Acrobat PDF documents

 Back to Main Index

One of the features of Adobe Acrobat is the ability to add form elements to a document for the input of information. In many cases the intention may be for users to print the document, fill in the details manually and return the completed form as a hard copy.

This need not be the case though, as information can be entered into an Acrobat document on the screen and returned via email, using the Form Definition File (FDF) format. Users need only have the Acrobat Reader software installed.

  • An author prepares an Acrobat document that contains form elements and retains a master copy.
  • The form is distributed to users electronically, either by email or through a Web site.
  • Users complete the form information on the screen, using the Acrobat Reader software.
  • When the data update is completed, the user clicks a Submit button which generates an email message.
  • The information entered into the form is stored in an FDF file which is attached to the email message.
  • When the email message is returned to the originator, the FDF file is opened and the information is displayed in the originator’s version of the original Acrobat document.
  • The Acrobat document containing the returned information is saved to disk for future reference.
  • Setting up FDF in Acrobat

    1. Create the base document using a word processor or desktop publishing application such as Word or Publisher.
    2. Generate the PDF file in the usual manner.
    3. Open the PDF file in Adobe Acrobat and use the Forms tools to add text boxes, drop-down lists or option buttons.
    4. Assign a unique name to each of the form elements by right-clicking on the element and selecting Properties from the shortcut menu.

    5. Add a Submit button to the document.
    6. Right click on the submit button and display its Actions properties.

    7. Set the Select Trigger to Mouse Up.
    8. Set the Select Action option to Submit a form.
    9. Click the Add… button.

    10. Enter the recipient email address, prefixed by mailto: into the field at the top of the screen.
    11. Check that the FDF Include option is selected and make other changes as required.
    12. Click OK.
    13. Save the changes to the document.
     

    Back to Top                                            Back to Main Index