|
Acrobat can be used to create forms
that can capture information from viewers. The information captured can be
saved for input into a database or can be written to an HTML file that can
be viewed on the Web or returned via email, using the
Form Definition File (FDF) format.
 |
To do
the following a user must have the full version of Adobe Acrobat 5 or
6 installed on their machine not just the Adobe Reader.
The free Adobe Reader
program (formerly Acrobat Reader) allows people to open, read and
print your PDF (Portable Document Format) files but
NOT EDIT them. |
Using Guides
- Create a form in Word similar to the one below.

- Create a PDF from the word document.
To achieve a professional result it is essential that the form
elements are aligned and spaced correctly. This can be assisted by using
guides.
- If the file has not automatically opened in Adobe Acrobat, find the
pdf file and open it (not in the Reader).
- Select View4 Rulers from the
menu bar.
The horizontal and vertical rulers will appear in the Acrobat window.
The rulers initially default to Inches as the standard unit of
measurement. Right–click on one of the rulers and select Centimetres
from the shortcut menu, if required.
- Click inside the left ruler and drag a guide onto the document.
Release the mouse key when the guide is 6.5 centimetres from the left of the page.
- Drag guides from the horizontal ruler and align them with the text
baseline for the following lines:
Name , Member Number, Name (delivery), Street
Address, Suburb/Town, State.
Adding Form Elements
- From the Tools
menu
select Advanced Editing4
Forms4 Show Forms Toolbar from the menu
bar.
The Forms toolbar is displayed.
- Click the Text Field
tool on the Forms
toolbar and move the cursor onto the document.
The cursor changes to a plus sign.
- Draw a text box alongside the Name entry in the Membership
Information section of the page.
The following screen is displayed when the mouse button is released:

- Set the Border Color to Black and the Line
Thickness to Thin.
- Click the General Tab.
- Set the name of the text box to txtMember and the Tool Tip
to Enter member’s name.
- Tick the
option.
It is a good practice to name fields as they are added to the
document. The format used above includes a three character prefix to
indicate the type of form element, followed by a description of its
contents.
- Repeat the process to add the following text boxes to the page,
using the guides to assist in positioning the fields.
|
Field |
Field Name |
Tooltip |
Required |
|
Member Number |
txtNumber |
Enter your membership number. |
Yes |
|
Name |
txtDeliverTo |
To whom will the items be delivered? |
Yes |
|
Street Address |
txtAddress |
Enter the Street Address |
Yes |
|
Suburb/Town |
txtTown |
Enter the name of the suburb or town |
Yes |
|
Postcode |
txtPostcode |
Enter the postcode |
Yes |
- Save the document.
Combo boxes are useful when there are a limited number of options that
can be entered in a field, and it is important that specific values are
selected.
A combo box will be used to display the values for the State field.
- Click the Combo box tool
on the Forms toolbar.
- Draw a box beside the State entry.
The Combo Box Properties dialog box is displayed when the mouse is
released:
- Set the Name for the form element and enter a
Tooltip into the General tab.

- Set the Appearance options to match the text boxes
created previously.
- Click the Options tab.
The Options view is used to create the list of items that will appear
in the combo box.
- Enter the name of a state or territory in the Item
field.
- Enter an abbreviation for the state or territory in the Export
Value field. This is the data that will be stored in the file, or
transferred to a database.
- Click the Add button.
- Repeat the process for the other states and territories.
The order of the list box can be changed by using the Up and
Down buttons or by checking the Sort Items box.

- Highlight the entry for Tasmania so that it is the
default entry when the form is opened.
- Click Close.
When the Submit button is pressed, the information that has been
entered into the form is saved and optionally forwarded via email to a
nominated person.
There are several options as to how the information should be handled.
- Select the Button tool
from the Forms toolbar and
draw a box in the position where the Submit button will appear.
- When the Field Properties dialog box appears set the following
parameters:
|
Parameter |
Value |
|
Name |
btnSubmit |
|
Tooltip |
Click
to submit the form information |
|
Border Colour |
Black |
|
Line Thickness |
Thin |
|
Font Size |
10 |
|
Label |
Submit |
- Click the Actions tab in the Button Properties
window.
Set the Select Trigger option to Mouse Up.
Set the Select Action option to Submit a Form.
Click the Add button.
The URL Field is used to record the email address, web address or file
location that will be used to forward or store the completed information.

Export Format options are:
The data and field names are stored in a Forms Definition
File for transmission or retrieval. The file can be stored separately
and can be viewed in a copy of the original PDF file.HTML: The data is saved as a Web page. It can be viewed in a web
browser such as Internet Explorer or Netscape.XFDF: The data is saved as an XML file and can be accessed
directly in a Web browser, or through an appropriate schema.PDF: The complete document is saved. This results in larger
files, but can be readily viewed in Adobe Acrobat or Adobe Reader.
- Enter an email address into the URL field.
- Set the Export Format to PDF.
- Click OK
- Save the document.
- Click the Hand tool
,
then test the completed form.
- Experiment with
alternative Export Formats and notice the results.
|