Before you begin
We are rolling out a new, more intuitive product experience. If the screen shown here doesn’t match your product interface, switch to the help for your current experience.
Before you begin
We are rolling out a new, more intuitive product experience. If the screen shown here doesn’t match your product interface, switch to the help for your current experience.
PDF forms are a helpful way to gather and submit information online. They work by using button actions that perform functions similar to HTML scripting macros. To collect and send the data to a database, you'll need a Common Gateway Interface (CGI) application on your web server. Any existing CGI application that gathers data from forms in HTML, FDF, or XML format can be utilized.
Before making your forms ready for the web, ensure that your form-field names match those in the CGI application.
Adobe Acrobat does not cover the creation of CGI scripts, and they must be built separately outside of the Acrobat software.
To send form data, like scanned images or files, via email or to a web server, use the "Submit A Form" action by providing a URL. The submit button enables you to send the entire form data along with any attached files to a server or database with ease.
If your PDF form contains an email-based submit button, you can use the Distribute workflow to facilitate distributing the form to others.
Follow these steps to enable the ' Send a form' button:
Open a PDF document and then from the All tools menu, select Prepare a form.
On the page that opens, select Create form.
From the left panel, select Button and then position the button coordinates where you want to place the button.
Double click the button and then set the button properties as follows:
In the Submit Form Selections dialog box, type a url in the Enter a URL for this link field.
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.
Select one of the following Export Format options:
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.
Specify the Field Selection and date format as required. Once done, select Ok.
Change other settings on the Button Properties dialog box as required, and then select Close.
The 'Reset a form' button can clear all data entered in the form, just like the "All tools > Prepare a form > More > Clear form" feature available when creating and editing Acrobat forms. But, with the reset button, you can clear specific fields if needed.
Follow these steps to enable the 'Reset A form' button:
Open a PDF document and then from the All tools menu, select Prepare a form.
On the page that opens, select Create form.
From the left panel, select Button and then position the button coordinates where you want to place the button.
Double click the button and then set the button properties as follows:
In the Reset a form dialog box:
The list in the Actions tab now shows 'Reset a form' nested under the Mouse Up action.
Change other settings on the Button Properties dialog box as required, and then select Close.
The 'Import form data' action allow you to fill out common form fields, such as name and email, by importing data from another form. Additionally, you can use the Import form data feature to auto-fill those fields with your personal profile information. Only matching form fields get updated, while non-matching ones are ignored. Before setting up the 'Import form data' action, ensure you have a form with the common information fields from which data will be exported.
Follow these steps to enable 'Import form data' button:
From the All tools menu, select Prepare a form and then on the page that opens, select Create form.
From the left panel, select Button and then position the button coordinates where you want to place the button.
Double click the button and then set the button properties as follows:
Locate and select an FDF file and then select Open.
Change other settings on the Button Properties dialog box as required, and then select Close.
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.
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 the following conditions are met:
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, follow these guidelines:
For check boxes or radio buttons, use the default export value (Yes) to indicate selection.
For drop-down lists, provide an export value only if it needs to differ from the listed item, like matching a database field name. If no explicit export value is entered, the selected item serves as the export value.
Related radio buttons must share the same form field name but have different export values. This enables proper toggling and ensures accurate data collection in the database.