Beschreibung
Inkoverlay PDF Forms turns any PDF form into a web form. Upload the PDF, auto-detect its fields (or add them manually), calibrate their exact position visually on the rendered page, and publish. When someone submits the web form, their answers are overlaid back onto the original PDF at the calibrated coordinates — text lands in the real blanks, an X lands in the real checkboxes — and the filled PDF is emailed as an attachment to both the site admin and the person who submitted it (if they gave an email).
Features
- Visual calibration editor — upload a PDF, auto-detect text fields, Yes/No checkboxes, and single checkboxes from the PDF’s own text layout, then drag/fine-tune each one directly on the rendered page image.
- Exact PDF overlay on submission — answers are written back onto images of the original PDF pages at their calibrated coordinates, so the emailed PDF looks like the form was filled out by hand.
- Drag-to-reorder pages in the editor.
- Bilingual (Persian/English) forms — optional per-field Persian label with an RTL layout and a language toggle on the public form, plus a separate English/Persian toggle for the admin editor screens themselves.
- Submission log in wp-admin for diagnosing mail delivery, with per-submission PDF download and delete.
- Honeypot spam protection, no external services required.
- Style presets and primary/button color pickers, no custom CSS needed.
Requirements
- WordPress (self-hosted)
- PHP with the GD or equivalent image extension (bundled TCPDF handles PDF generation)
Installation
- Install and activate Inkoverlay PDF Forms from the WordPress Plugins screen (search for it, or upload the zip under Plugins > Add New > Upload Plugin).
- Go to PDF Forms Add New PDF Form, upload a PDF, click Auto-detect Fields, review/adjust, and Save Form.
- Drop the shortcode shown on that screen (
[inkov_pdf_form id="..."]) onto any page or post.
FAQ
-
Does auto-detect always get every field right?
-
No — it’s a best-effort heuristic based on the PDF’s text layout (Yes/No checkbox patterns, colon- or underscore-terminated blanks). Always review detected fields before publishing; some layouts (multi-option checkbox groups, table-based forms) need fields added manually.
-
Where do submissions go?
-
Each submission’s filled PDF is emailed to the site admin (and the submitter, if they provided an email) and kept in the Submissions log under the plugin’s admin menu, capped at the 200 most recent per form.
-
Can I offer the form in Persian?
-
Yes — enable the Persian toggle per form in the editor’s Language tab, and provide a Persian label for each field. Visitors get a language switch link on the public form.
Rezensionen
There are no reviews for this plugin.
Mitwirkende & Entwickler
„Inkoverlay PDF Forms“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
MitwirkendeÜbersetze „Inkoverlay PDF Forms“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
1.9.2
- Initial public release.