I’m working on a project where I need to have a PDF with form fields that can be filled out by a viewer and then submit and that form with the filled out information is sent to an email address. I have the PDF form and buttons with an action on them done, but I can’t get the PHP mail sent function to attach or sent the PDF with the information.
The mail sends fine just no PDF or anything.
I’ve never tried anything like this before so I just started with the basic PHP mail function but that didn’t do anything other then just send simple emails without anything attached.
Can anyone help with with where is the best place to start this or what I need to do to get that PDF to send?
Thanks.