menardmam
menardmam

Reputation: 9986

how to take a form to pdf file in email

Is it possible to code a html form (with jquery validation and all the other tips and tools) and when "send" button is pressed, it send a PDF of this form to an email... for reference and print !

Upvotes: 0

Views: 55

Answers (1)

klewis
klewis

Reputation: 8350

When you say "..it send...", the "it" will more than likely be your server sending the PDF, not the jQuery code in your .js file. Read up here to learn more...

Attach File Through mailto URI

Upvotes: 2

Related Questions