I am sure this question has been posted a dozen times, but I am not able to find it. I've built a resume app. where users can log in and work on the resume at their leisure. It's set up so that the user can submit the form for a future session or choose to send the resume to the HR dept. for review. Currently, upon submitting for review I have the data displaying in HTML format on a page and I need know how to save that HTML page to a file in either HTML, Rich Text or Word and then attach that file to be sent to the HR dept. via email.
So it's like this:
-User submits form for review
-Data is displayed on next page in what looks like a standard resume
-Data also needs to be emailed to HR at this point as an attached HTML, Rich Text or Word Doc.
I appreciate any help you can provide.
So it's like this:
-User submits form for review
-Data is displayed on next page in what looks like a standard resume
-Data also needs to be emailed to HR at this point as an attached HTML, Rich Text or Word Doc.
I appreciate any help you can provide.