WP Quote to PDF
This is a custom WordPress plugin that allows users to fill out a Get a Quote form and automatically receive a generated PDF containing all submitted information. The plugin stores each request in the WordPress admin panel, creates a PDF using a customizable HTML template, and sends it as an email attachment to the site administrator or the user.
by Eraz · github.com/engibaryaneraz/-wordpress-quote-pdf-generator
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/engibaryaneraz/-wordpress-quote-pdf-generator/archive/refs/heads/main.zipWP Quote to PDF is a custom WordPress plugin that allows users to fill out a “Get a Quote” form and automatically receive a generated PDF containing all submitted information. Each submission is stored in the WordPress admin panel, and the plugin sends the generated PDF as an email attachment to the site administrator or the user.
This plugin is ideal for service-based businesses, agencies, freelancers, and any website that needs to convert form submissions into PDF documents.
✨ Features
- Beautiful Apple‑inspired form UI
- Automatic PDF generation using Dompdf
- Stores all submissions in the WordPress admin (Custom Post Type: Quotes)
- Sends PDF as an email attachment
- Fully customizable PDF template
- Clean, modular code structure
- Works perfectly in LocalWP (MailHog captures outgoing emails)
🧩 How It Works
- User fills out the Get a Quote form
- Plugin collects all submitted data
- Creates a new entry in the admin panel
- Generates a PDF from the HTML template
- Saves the PDF in
/uploads/ - Sends an email with the PDF attached
- Redirects the user to a confirmation page