roc524 Posted May 22, 2011 Share Posted May 22, 2011 I have a PDF fillable form on the web and have successfully submitted the “FDF” form data to my PHP web page. That data is posted to a string variable. What I need to do is to put this FDF form data into an FDF file and email it as an attachment – perhaps with something like the PHP mail() function. Can anyone provide or refer me to the PHP script to do this? Thank you. Link to comment https://forums.phpfreaks.com/topic/237122-php-script-for-handling-fdf-form-data/ Share on other sites More sharing options...
wildteen88 Posted May 22, 2011 Share Posted May 22, 2011 You can use a script called PHPMailer for sending emails with attachments. Basic usage example: http://phpmailer.worxware.com/index.php?pg=examplebmail Link to comment https://forums.phpfreaks.com/topic/237122-php-script-for-handling-fdf-form-data/#findComment-1218733 Share on other sites More sharing options...
roc524 Posted May 23, 2011 Author Share Posted May 23, 2011 Thank you, wildteen88. Link to comment https://forums.phpfreaks.com/topic/237122-php-script-for-handling-fdf-form-data/#findComment-1218881 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.