I'm sure this has been answered already but I couldn't find it.
Because I have no idea how it's called I don't know what tag to use, this may have nothing to do with text manipulation.
I want to make a form with empty boxes that the user could write in (change the text after the pdf compiles).
I should be able to:
- Set the color inside the box
- Set the size of the box
Please include in the answer all packages required and an example would also be appreciated.


\TextField[...options...]{tag}does the trick that comes with thehyperrefpackage. – Partha D. May 02 '21 at 01:56