1

Hi there,
i need to know how to set input fields to readonly style in the generated pdf file.

Thanks a lot!

2

it is nor possible.

why using a input text if it is just for displaying a text ?

Ancien pseudo : lolo

3

Spipu (./2) :
it is nor possible.

why using a input text if it is just for displaying a text ?

The site is shown for user and admin.
If the viewer is user, the fields are readonly, else not.

Any idea how to fix?

4

make the fields invisible to the user ?
on convert them as text? possibly using CSS to make them look like a field?

5

squalyl (./4) :
make the fields invisible to the user ?
on convert them as text? possibly using CSS to make them look like a field?

The fields should be visible, but not editable in the generated pdf. I'll try to convert the input into div. The appendet css-class will make the border and the background, so it looks like an inputfield.