Is there a way to make an underlined text field in a fillable form?
I am using the hyperref package to make a fillable form but I would also like to give the option of printing out the form and filling it by hand. For the later, a line is helpful to serve as guide for the pen.
This
\TextField[name=firstname,width=5cm,charsize=11pt]{First Name}
gives an empty box and I cannot find an easy way to underline this box.
