Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkbox support #21

Open
Starkmann opened this issue Jul 19, 2022 · 1 comment
Open

Checkbox support #21

Starkmann opened this issue Jul 19, 2022 · 1 comment

Comments

@Starkmann
Copy link
Member

Checkbox should be possible now:

https://github.com/codeshell/fpdm

codeshell/fpdm@0375dd9

ADD: support for checkboxes (disabled by default, activate with $pdf->useCheckboxParser = true;) [0375dd9](https://github.com/codeshell/fpdm/commit/0375dd95f05fd2d8d32d9ae1ab882fa0895b07b3) v2.9.2

@sstuparwb
Copy link

Hi @Starkmann

Checkboxes can't be checked through powermailpdf extension (v4.0.0). Reason for that is because in FPDM class (fpdm.php, line 74) property $useCheckboxParser is set to false. Based on documentation from FPDM (https://github.com/codeshell/fpdm) it says that checkboxes can be filled if $pdf->useCheckboxParser = true; However, that is not implemented in powermailpdf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants