Send PDF Using Contact form 7
It will help to create PDF through Contact form 7. When someone will submit the Contact form then it will generate a pdf and the pdf will send to the admin and submited mail.
Want to use this feature on your WordPress Site?
Backend View
Contact Form 7 PDF Option Settings
Enable PDF generator to enable the pdf generator for the Contact form. You can set a PDF title. To customize the pdf you can set the Background image/Color and font color. Add the form’s fields and info here, and it will generate the pdf. you can add HTML tags as needed. Use <br/> tag in the text editor for the line breaks.
Customize the PDF Header
For the pdf header there has the option to set the Image/logo, you can set the header background color/image and font color. You can add custom information to the text area. Use the shortcodes for the pdf page number({PAGENO}), for the date ({DATE j-m-Y}), and for the total page number ({nb}, {nbpg})
Customize the PDF Footer
To Customize the contact form 7 pdf footer, there has the option to add custom footer info, background color/Image, and font size. Use the shortcodes for the pdf page number({PAGENO}), for the date ({DATE j-m-Y}), and for the total page number ({nb}, {nbpg})
Email Settings
Admin Mail
User Email
Copy the Sample Code of the Above Form
[uacf7-row][uacf7-col col:6] [text your-name placeholder "Your Name"] [/uacf7-col][uacf7-col col:6] [email* your-email placeholder "Your Email"] [/uacf7-col][/uacf7-row] [uacf7-row][uacf7-col col:6] [text* your-phone placeholder "Phone Number"] [/uacf7-col][uacf7-col col:6] [text* your-address placeholder "Address"] [/uacf7-col][/uacf7-row] [uacf7-row][uacf7-col col:6] [text* your-city placeholder "City"] [/uacf7-col][uacf7-col col:6] [text* your-state placeholder "State"] [/uacf7-col][/uacf7-row] [uacf7-row][uacf7-col col:12] <label> Upload Your Resume( File types:pdf|doc|docx|jpg|png|jpeg ) </label>[file* your-resume filetypes:pdf|doc|docx|jpg|png|jpeg] [/uacf7-col][/uacf7-row] [submit "Submit"]