forms
View PDF Form Fields
List every field in a form, with its type and current value.
Runs in your browser
How it works
Shows what a form actually contains: each field's name, what kind it is, and what is currently in it. Useful when filling a form programmatically, when a form is behaving oddly, and before sending one on — field names sometimes carry internal system detail that the visible page does not.
Related tools
Questions
- Why do field names matter?
- They can reveal internal identifiers and system structure. Worth a look before sharing.
- It shows no fields. Why?
- The document is probably a flat page that looks like a form but has no interactive fields.
- Can I change the values here?
- No. Use Import Form Values.