custom pdf checkboxes checked
-
Hi,
What is correct way to set checkboxes checked on custom pdf?My solution for now is to check whenever there is the string in the array. But this is really hard and sort of static, because of the exact words.
What I really was hoping, was a solution something like this:
“if (‘{choise:66.1}’ != ”) echo ‘checked=”checked”‘;
or
“if (‘{choise:66.1:state}’ == ‘checked’) echo ‘checked=”checked”‘;
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘custom pdf checkboxes checked’ is closed to new replies.