Skip to main content
Participant
June 5, 2021
Question

Script to export data to Excel from fillable form fields

  • June 5, 2021
  • 1 reply
  • 1342 views

I am looking for a way to export the data within the fields  fillable PDF into an Excel file. The form is filled out by 3 users and designed so that upon signature, their designated fields are marked as read only.

 

Ideally looking to have script that executes when the field is signed that will

1) mark their designated fields as read only and

2) export the data from within their designated fields.

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
June 5, 2021

You can't export data directly into an existing Excel file. You can export it as a tab-delimited (or CSV) file, and then import it in Excel, or even display the form data to the user in a dialog so they could copy and paste it into the Excel spreadsheet.