Will and Testament Generator

CRITICAL LEGAL WARNING: THIS DOCUMENT IS A BASIC DRAFT FOR PLANNING PURPOSES ONLY. IT IS NOT LEGALLY BINDING UNTIL PROPERLY EXECUTED (SIGNED AND WITNESSED) ACCORDING TO THE LAWS OF YOUR STATE. CONSULT AN ATTORNEY.

LAST WILL AND TESTAMENT

IN WITNESS WHEREOF, I have hereunto set my hand on this day:
TESTATOR:
WITNESSES ATTESTATION (Required for Validity)

The Testator signed this instrument in our presence, and we, at his request, sign our names hereunto as attesting witnesses.

Witness 1 Signature
Printed Name:
Witness 2 Signature
Printed Name:

Testator & Executor

Asset Distribution

Guardianship (If you have minor children)

Legal Settings


${data.bequests}

V. RESIDUARY ESTATE
I give the remainder of my estate, known as the Residuary Estate, to ${data.residuary}.
VI. GOVERNING LAW
This Will shall be governed by the laws of the State of ${data.state}.
I execute this Last Will and Testament on this ${executionDate}.
`; document.getElementById('wgt-form-will-text').innerHTML = willText; }; window.wgtResetData = function(silent = false) { if (silent || confirm("Clear all will data and reset to default?")) { document.getElementById('wgt-form-in-testator').value = "Jane P. Doe"; document.getElementById('wgt-form-in-citystate').value = "Austin, Texas"; document.getElementById('wgt-form-in-executor').value = "John Doe"; document.getElementById('wgt-form-in-alt-executor').value = "Sister, Sarah L. Doe"; document.getElementById('wgt-form-in-bequests').value = "$10,000 cash to brother Michael; My gold ring to daughter Emily."; document.getElementById('wgt-form-in-residuary').value = "My spouse, Mark Doe."; document.getElementById('wgt-form-in-guardian').value = "My brother, Michael Doe."; document.getElementById('wgt-form-cfg-state').value = "Texas"; document.getElementById('wgt-form-cfg-date').valueAsDate = new Date(); wgtGenerateWillText(); if (!silent) alert("Draft Will reset to template."); } }; // --- PDF Export --- window.wgtDownloadPDF = function() { const element = document.getElementById('wgt-form-export-area'); const opt = { margin: 0.75, filename: 'Last_Will_and_Testament_Draft.pdf', image: { type: 'jpeg', quality: 0.98 }, html2canvas: { scale: 2 }, jsPDF: { unit: 'in', format: 'letter', orientation: 'portrait' } }; html2pdf().set(opt).from(element).save(); }; })();
Scroll to Top