DataFormField FormId = -1000

Hi,

The legacy XML docs don’t say anything about a FormID = -1000 for the DataFormField table. What table does this map to?

Thanks

It doesn’t map to anything. Where are you seeing this?

We have around 30 rows in the DataFormField table which have formId=-1000.

They are labeled custom fields that we’ve set up, but look to be potentially old/duplicate/unknown fields. Just wanted to understand why they were mapped to -1000 instead of to our -4 contact forms.

Did a little searching in the codebase and -1000 is for Purged. It is a status to identify that a custom field metadata (DataFormField) exists but the underlying field has been removed from the database.

1 Like