When I submit my PDF form, the process page is able to update my Oracle database. My question is why do I get the following warning in the browser? It refers to a field that has nothing entered on the form, and is not required.
The error message is:
Warning: fdf_get_value(): Error getting value of fieldname in /.../my_process_page.php on line 110
and it refers to this line:
$v_fieldname = fdf_get_value($fdf, "fieldname");
Submit Form info:
URL: [url]http://...../my_process_page.php#FDF[/url]
Export format: FDF include
Field Selection: all except (buttons), include empty fields is checked
PHP v 4.3.0
FdfTk Version 5.0
Acrobat v 5.05
IE 6.0.26
Oracle 8i
Thanks for any help.