dmcdivitt Posted January 5, 2009 Share Posted January 5, 2009 I created a document with OpenOffice 3.0 writer and exported as FDF. The form has several text fields and a submit button. I've used Adobe in past and creation of a form in this manner is quite similar. A PHP page was created to service the form submit URL. When the submit button is clicked, the page displays, but there are no items in the POST, GET, or REQUEST arrays. Does anyone have experience with this? Thanks Link to comment https://forums.phpfreaks.com/topic/139545-solved-openoffice-pdf-export-and-submit/ Share on other sites More sharing options...
dmcdivitt Posted January 12, 2009 Author Share Posted January 12, 2009 Two things needed to be done to resolve this issue: 1) The URL was being redirected. If WWW was not in the URL, the website was configured to redirect to the same address but with the WWW. The URL given in the PDF did not have the WWW. This was changed to have WWW. 2) When exporting as PDF from the file menu, check "Create PDF form" and the "submit format" should be HTML. It should not be FDF. Link to comment https://forums.phpfreaks.com/topic/139545-solved-openoffice-pdf-export-and-submit/#findComment-735299 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.