You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ADD: support for checkboxes (disabled by default, activate with $pdf->useCheckboxParser = true;) [0375dd9](https://github.com/codeshell/fpdm/commit/0375dd95f05fd2d8d32d9ae1ab882fa0895b07b3) v2.9.2
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: