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
I have a form with filed names fo the following format:
topmostSubform[0].CopyA[0].LeftCol[0].f1_5[0]
In fpdm I get the following error:
FPDF-Merge Error: field topmostSubform[0].CopyA[0].LeftCol[0].f1_5[0] not found
is it not possible to have . and [] in the names of the fields?
It works great filling these out normally. but FPDM seems not to like them. How do I have to address them to make sure they are found. Are these subarrays? and how to use them in FPDM?
Hi there,
I have a form with filed names fo the following format:
topmostSubform[0].CopyA[0].LeftCol[0].f1_5[0]
In fpdm I get the following error:
FPDF-Merge Error: field topmostSubform[0].CopyA[0].LeftCol[0].f1_5[0] not found
is it not possible to have . and [] in the names of the fields?
It works great filling these out normally. but FPDM seems not to like them. How do I have to address them to make sure they are found. Are these subarrays? and how to use them in FPDM?
My currend fields array look like this:
$fields = array(
'test' => 'TEST0',
'topmostSubform[0].CopyA[0].LeftCol[0].f1_5[0]' => 'TEST1'
);
Worksfine for test. not when the topmostSubform[0].CopyA[0].LeftCol[0].f1_5[0] is added.
Thanks
The text was updated successfully, but these errors were encountered: