Forum How do I...?

Input field is visible in PDF

satyavati
Hi Mikeday,

In html file we have input fields, In Browser the value is only visible the text field is hidden using style
But in resulting pdf the fields are visible,
I have set the setHtml(true)

How can I hide the textfields and show only value.
The boxes are not looking good.
mikeday
How about this:
input[type="text"] { border: none }
satyavati
Thanks Mikeday it worked