| 开发者 |
alishanvr
wprobo |
|---|---|
| 更新时间 | 2026年4月23日 01:44 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
{client_name} or {email}, connect it to a form, and on every submission the plugin fills those tags with submitted data and delivers a completed document as DOCX or PDF.
Why DocuMerge Lite?
SaaS platforms like Formstack Documents and Gavel charge $1,000–$2,000/year for document automation. DocuMerge Lite gives you the core functionality completely free, self-hosted on your own WordPress site.
Free Features
{merge_tags}[wprobo_documerge_form id="X"]{if:field == value}...{/if} blocks in templatesgit clone https://github.com/WPRobo/wprobo-documerge-lite-public.gitcd wprobo-documerge-lite-publiccomposer install --no-dev (installs PHPWord, mPDF and other PHP dependencies)npm install (installs the build toolchain — sass, terser)npm run build (compiles SCSS → CSS and minifies JS, writing to assets/css/ and assets/js/)bash deploy.sh from the repository root to execute all of the above and produce a distribution ZIP under production/.
Use Cases
{client_name}wprobo-documerge-lite folder to /wp-content/plugins/ or install directly from the WordPress plugin directory[wprobo_documerge_form id="1"] or the Gutenberg blockYes. WPRobo DocuMerge Lite is 100% free with no usage limits on documents generated, forms created, or submissions received. The Pro version adds advanced features like signature fields, payments, conditional logic, and third-party form integrations.
The Lite version includes the core document automation workflow: upload templates, build forms with basic field types (text, textarea, email, phone, number, date), generate PDF/DOCX documents, and deliver via browser download. The Pro version adds signature capture, Stripe payments, choice fields (dropdown/radio/checkbox), conditional logic, multi-step forms, email delivery, CAPTCHA protection, and integrations with WPForms, CF7, Gravity Forms, and Fluent Forms.
Templates must be uploaded as DOCX (Microsoft Word) files. Output can be DOCX, PDF, or both.
In your Word document, type tags using curly braces: {field_name}. Upload the document to DocuMerge and the plugin will automatically detect all tags. Then map each tag to a form field using the visual mapper.
No. WPRobo DocuMerge Lite works completely standalone with its own built-in form builder. No other plugins are required.
Yes. Installing the Pro version preserves all your existing templates, forms, and submissions. The upgrade is seamless.
Generated documents are stored securely on your own server and are not publicly accessible via direct URL. No data is sent to third-party services. All data stays on your WordPress installation.
Yes. Create as many templates as you need. Each form is assigned one template.
Yes. The frontend form output uses its own namespaced CSS classes that do not conflict with themes. The form will adapt to your site layout.