Forums

TCPDF - form field in output

wavemaster01 15 Oct, 2014
Hello,

I've created a chrono-form and it work's well. My form becomes converted to pdf via TCPDF and sent to an user. This work's well too.

But in my output-PDF I want to have form fields like radio an check boxes too (it should be possible to change the fields via Acrobat Reader later). Thise fields should contain the results of the users choice. Commands like $pdf->RadioButton('test', 5, ... doesn't function.

Can anybody hand out advice? Thanks for help

regards

wavemaster01
GreyHead 16 Oct, 2014
Hi wavemaster01,

As far as I know there is no way to do this with the current CF plug-in. :-( It's a pretty basic implementation and only handles a very small part of what TCPDF is capable of. You'd need to hand-code the PDF writing code to add features like this.

Bob
This topic is locked and no more replies can be posted.