Home > PHP > Pdf Form Submit Via Cgi Script

Pdf Form Submit Via Cgi Script

June 23rd, 2009

Linux webserver (hosting account):

1) User fills out PDF form, clicks “Submit” button.

2) “Submit” button calls a CGI script that emails the form in either FDF or PDF format via the server “sendmail” program.

3) CGI script emails data in PDF or FDF format to local email account.

I’ve got the .PDF form made, the “Submit” button made and ready to call whatever script I need. Basically, I just need the CGI script configured.


Pdf Form Submit Via Cgi Script

Comments are closed.
Bear