Where are form labels stored in database?
-
Hello @ all,
I’m writing an export for a couple of custom forms, the forms get changed a lot and I like to generate the export with the labels of the fields.
I have found the slug and data fields, but I can’t find the labels for these Fields.
#attributes: array:5 [▼
“id” => 1233445
“entry_id” => 123334
“field_id” => “fld_12345”
“slug” => “slug_text”
“value” => “slug_value”
]How do I get the label from a field, so I can show what the form asked for?
- The topic ‘Where are form labels stored in database?’ is closed to new replies.