Display fillable PDF in webpage with submit button that emails completed form

957 views Asked by At

Would it be possible, using only HTML, CSS and/or jQuery, to embed a fillable PDF into a webpage as itself a form with a submit button? Upon submission, the finished PDF would be sent to the email of the site admin.

1

There are 1 answers

0
Max Wyss On

You would add the submit button to the PDF itself.

However, you have to be aware that, in particular, the PDF viewers coming with the web browsers are too dumb to understand Actions, and even more so, JavaScript.

If Adobe Reader is used to view and fill the form, in order to send back the completed form as a PDF attachment, Reader XI or newer is necessary.