when I console.log the field I can see the label appearing (eg “First Name”) but what’s the specific property name to get it. I’ve been trying to find it in the docs but couldn’t
not quite, the field.name is per docs the field’s full name, in this case it’s “PREPARER_FIRST_NAME”, not the label. The label is the text string you can see above the field, in this case “First Name”.
I want the label, not the name.
eg when I print out the field and check the keys in there i can see that “First Name” is somehow in there:
looks like it’s under
field.SM.H6
but i’m wondering if there is a more programmatic way to get this?
You have the pdf now, perhaps you could try to recreate the scenario?
(formally is a paying customer btw)
Thanks!