Terms.Law
🎬 UGC Creator Agreement Details
Brand/Company Information
Creator Information
Campaign Details
Content Deliverables
Usage Rights
Compensation
Requirements & Restrictions
📄 Live Preview
`; const blob = new Blob([styled], { type: 'application/msword' }); const link = document.createElement('a'); link.href = URL.createObjectURL(blob); link.download = 'UGC_Creator_Agreement.doc'; link.click(); } // Initialize document.getElementById('agreementDate').valueAsDate = new Date(); updatePreview();