Choose Tools > Prepare Form, then select Button in the toolbar, and create a button.
- Acrobat User Guide
- Introduction to Acrobat
- Workspace
- Workspace basics
- Opening and viewing PDFs
- Working with online storage accounts
- Acrobat and macOS
- Acrobat notifications
- Grids, guides, and measurements in PDFs
- Asian, Cyrillic, and right-to-left text in PDFs
- Workspace basics
- Creating PDFs
- Editing PDFs
- Edit text in PDFs
- Edit images or objects in a PDF
- Rotate, move, delete, and renumber PDF pages
- Edit scanned PDFs
- Enhance document photos captured using a mobile camera
- Optimizing PDFs
- PDF properties and metadata
- Links and attachments in PDFs
- PDF layers
- Page thumbnails and bookmarks in PDFs
- Action Wizard (Acrobat Pro)
- PDFs converted to web pages
- Setting up PDFs for a presentation
- PDF articles
- Geospatial PDFs
- Applying actions and scripts to PDFs
- Change the default font for adding text
- Delete pages from a PDF
- Scan and OCR
- Forms
- PDF forms basics
- Create a form from scratch in Acrobat
- Create and distribute PDF forms
- Fill in PDF forms
- PDF form field properties
- Fill and sign PDF forms
- Setting action buttons in PDF forms
- Publishing interactive PDF web forms
- PDF form field basics
- PDF barcode form fields
- Collect and manage PDF form data
- About forms tracker
- PDF forms help
- Send PDF forms to recipients using email or an internal server
- Combining files
- Combine or merge files into single PDF
- Rotate, move, delete, and renumber PDF pages
- Add headers, footers, and Bates numbering to PDFs
- Crop PDF pages
- Add watermarks to PDFs
- Add backgrounds to PDFs
- Working with component files in a PDF Portfolio
- Publish and share PDF Portfolios
- Overview of PDF Portfolios
- Create and customize PDF Portfolios
- Sharing, reviews, and commenting
- Share and track PDFs online
- Mark up text with edits
- Preparing for a PDF review
- Starting a PDF review
- Hosting shared reviews on SharePoint or Office 365 sites
- Participating in a PDF review
- Add comments to PDFs
- Adding a stamp to a PDF
- Approval workflows
- Managing comments | view, reply, print
- Importing and exporting comments
- Tracking and managing PDF reviews
- Saving and exporting PDFs
- Security
- Enhanced security setting for PDFs
- Securing PDFs with passwords
- Manage Digital IDs
- Securing PDFs with certificates
- Opening secured PDFs
- Removing sensitive content from PDFs
- Setting up security policies for PDFs
- Choosing a security method for PDFs
- Security warnings when a PDF opens
- Securing PDFs with Adobe Experience Manager
- Protected View feature for PDFs
- Overview of security in Acrobat and PDFs
- JavaScripts in PDFs as a security risk
- Attachments as security risks
- Allow or block links in PDFs
- Electronic signatures
- Printing
- Accessibility, tags, and reflow
- Searching and indexing
- Multimedia and 3D models
- Add audio, video, and interactive objects to PDFs
- Adding 3D models to PDFs (Acrobat Pro)
- Displaying 3D models in PDFs
- Interacting with 3D models
- Measuring 3D objects in PDFs
- Setting 3D views in PDFs
- Enable 3D content in PDF
- Adding multimedia to PDFs
- Commenting on 3D designs in PDFs
- Playing video, audio, and multimedia formats in PDFs
- Add comments to videos
- Print production tools (Acrobat Pro)
- Preflight (Acrobat Pro)
- PDF/X-, PDF/A-, and PDF/E-compliant files
- Preflight profiles
- Advanced preflight inspections
- Preflight reports
- Viewing preflight results, objects, and resources
- Output intents in PDFs
- Correcting problem areas with the Preflight tool
- Automating document analysis with droplets or preflight actions
- Analyzing documents with the Preflight tool
- Additional checks in the Preflight tool
- Preflight libraries
- Preflight variables
- Color management
Learn how to publish interactive PDF web forms using Acrobat.
About web forms
PDF forms can be useful for submitting and collecting information over the web. This is done by providing several button actions that perform functions similar to some HTML scripting macros. You must have a Common Gateway Interface (CGI) application on the web server to collect and route the data to a database. Any existing CGI application that collects data from forms (in HTML, FDF, or XML format) can be used.
Before you make your forms web-ready, make sure that your form-field names match those sets in the CGI application.
CGI scripts must be built outside Acrobat, and their creation is not covered by the Adobe Acrobat product.
Add submit functionality
Use the Submit A Form action to send form data to an email address or to a web server by specifying a URL. You can also use the submit button to send other files back to a server or database. For example, you can attach scanned images or files to a form. The files are submitted along with the rest of the form data when you click the Submit button.
If your PDF form contains an email-based submit button, you can use the Distribute workflow to facilitate distributing the form to others.
-
-
Double-click the button to open the Button Properties dialog box.
-
Click the Actions tab, and select Mouse Up from the Select Trigger menu.
-
Select Submit A Form from the Select Action menu, and then click Add.
-
In the Submit Form Selections dialog box, type an entry in Enter A URL For This Link:
To send the form data to a web server, enter the destination URL.
To send the form data to an email address, enter mailto: followed by the email address. For example, type mailto:nobody@adobe.com.
-
Make additional changes to the available options, and then click OK to close the dialog box.
For information on the available options, see the next section.
-
Change settings on other tabs in the Button Properties dialog box as needed, and then click Close.
Submit Form Selections options
FDF
Exports as an FDF file. You can select one or more of the available options: user-entered data, comments, and incremental changes to the PDF file. The Incremental Changes To The PDF option is useful for exporting a digital signature in a way a server can easily read and reconstruct.
If the server returns data to the user in FDF or XFDF format, the server’s URL must end with the #FDF suffix—for example, http://myserver/cgi-bin/myscript#FDF.
HTML
Exports as an HTML file.
XFDF
Exports as an XML file. You can choose to export the form fields data, comments, or both.
PDF The Complete Document
Exports the entire PDF file that is your form. Although this creates a larger file than the FDF option, it is useful for preserving digital signatures.
If the users that fill in the PDF form are using Adobe Reader, you must choose either FDF or XFDF for the Export Format option.
All Fields
Exports all form fields even if the form fields do not contain values.
Only These
Exports only the form fields you specify by clicking Select Fields and indicating which form fields to include and whether you want to include empty fields.
Convert Date To Standard Format
Exports all form dates in a single format, regardless of how they are entered in the form.
Add a Reset Form button
A Reset Form button clears any data a user has already entered in the form. It is like the Tools > Prepare Form > More > Clear Form feature, which is available to you when you create and edit Acrobat forms. However, you can set up your reset button so that it clears only specific fields.
-
Choose Tools > Prepare Form, then select Button
in the toolbar, and create a button.
-
Double-click the button to open the Button Properties dialog box.
-
Click the Actions tab, and select Mouse Up from the Select Trigger menu.
-
Select Reset A Form from the Select Action menu, and then click Add.
-
In the Reset A Form dialog box, do one of the following and then click OK:
Click individual check boxes to select or deselect the fields that you want to be reset by the button.
Select All.
The list in the Actions tab now shows Reset A Form nested under the Mouse Up action.
-
Click another tab in the Button Properties dialog box to continue defining properties for the button, or click Close.
Add an Import Data button
Use the Import Form Data action to enable users to fill out common form fields, such as name and email address, with data imported from another form. Users can also use the Import Data button to populate common form fields with their personal profile information. Only form fields that match are updated. The fields that do not match are ignored. Before you create an Import Form Data action, set up a form with common information form fields from which to export the data.
The Import Form Data action searches for the data file from which to import data in different locations in Windows than on Mac OS. In Windows, the Import Form Data action searches the Acrobat or Acrobat Reader folder, the current folder, the System folder, the Windows folder, My Documents\Adobe\Acrobat, and the folders that are in the PATH statement. On Mac OS, the Import Form Data action searches the Acrobat or Acrobat Reader folder and the System Preferences folder.
-
Choose Tools > Prepare Form, then select Button
in the toolbar, and create a button.
-
Double-click the button to open the Button Properties dialog box.
-
Click the Actions tab, and select Mouse Up from the Select Trigger menu.
-
Select Import Form Data from the Select Action menu, and then click Add.
-
Locate and select an FDF file, and click Open.
-
Click another tab in the Button Properties dialog box to continue defining properties for the button, or click Close.
CGI export values
An export value is the information sent to a CGI application to identify a user-selected form field. You need to define an export value only if both of the following are true:
The data is collected electronically in a database over a company intranet or the web.
The data is different from the item designated by the form field, or the form field is a radio button.
When defining export values, keep the following guidelines in mind:
Use the default export value (Yes) to indicate that a check box or radio button has been selected.
Enter an export value for drop-down lists only if you want the value to be different from the item listed—for example, to match the name of the form field in a database. The item selected in the drop-down list is used as the export value unless a different export value is explicitly entered in the Properties dialog box.
Related radio buttons must have exactly the same form field name but different export values. This ensures that the radio buttons toggle and that the correct values will be collected in the database.
Sign in to your account