Error message is 'state' instead of 'county'

Hi

ANSWERED
ANSWERED

Downloading signatures via API

Is there a way to download a signature file via API? I tried using the end point:

Deleting submissions based on content of the submission

I need to delete submissions based on the email or name provided as part of the submission. Is there a programmatic way I can delete all submissions that have a specific (or one of many specific) values in the submitted data?

Deleting a file from a submission using the API

I have need to programmatically delete a file from a form submission. The file must be completely deleted from Formstack's systems.

ANSWERED

API Interfacing

Does FormStack have the ability to make API calls to retrieve data from other 3rd Party software?

ANSWERED

Update an existing record in salesforce with new information?

I am using the formstack web version and I want the new submission to update an existing record in Salesforce. How can I achieve this?

Automate Export Submission in PDF

We would like to get a copy of the submission data in PDF format. Currently, we can go into FormStack Admin and go to the specific submission and then export it to PDF. We would like to automate this.

Create docu,emts for Sign via API concatent several documents with templates

I am trying to create one document per signature from multiple documents.

ANSWERED

Mirroring an input that shares its data-fs-field-id

So just going off of the little bit of documentation there is, you get the field based on the data-fs-field-id to then set the value of it. The issue is when two inputs -- say First Name and Last Name -- are within the same group and so despite having unique ids they share the same data-fs-field-id. Is there any documentation about this scenario?