Example

The example shown in the screenshots below will generate a PDF document for each customer in the Employees database. These documents contain several editable fields and a submit button. When the end user fills and submits the document, a line will be written to a file called WebResponses.txt.
The following screenshot shows the URL and security settings configuration.
This next image shows a write file action that is executed when a submission is received.
With these settings, a file called WebResponses.txt will be created (appended) with a line that contains the full name and address as filled in by the submitting end user.
The following screenshot shows the action that is added to the submit button on the PDF form.
This action (when executed in the PDF reader) will submit the form data to the form receiver.
The following screenshot shows the configuration for executing a merge project when a submission is received.