`); printWindow.document.close(); printWindow.print(); }; const tabs = [ 'Sender', 'Recipient', 'IP Rights', 'Infringement', 'Strategy', 'Demands' ]; return (
{tabs.map((tab, index) => ( ))}
{activeTab === 0 && (

Sender Information

updateField('representingClient', e.target.checked)} />
updateField('senderName', e.target.value)} placeholder="Jane Smith, Esq. or Acme Corp" />
{formData.representingClient && (
updateField('senderCompany', e.target.value)} placeholder="Client Company Inc" />
)}
updateField('senderAddress', e.target.value)} placeholder="123 Main St, Suite 100" />
updateField('senderCity', e.target.value)} placeholder="San Francisco" />

Affects trade secret law citations

updateField('senderZip', e.target.value)} placeholder="94102" />
updateField('senderEmail', e.target.value)} placeholder="jane@lawfirm.com" />
updateField('senderPhone', e.target.value)} placeholder="(555) 123-4567" />
)} {activeTab === 1 && (

Recipient Information

updateField('recipientName', e.target.value)} placeholder="John Doe" />
updateField('recipientCompany', e.target.value)} placeholder="Competitor Inc" />
updateField('recipientAddress', e.target.value)} placeholder="456 Business Blvd" />
updateField('recipientCity', e.target.value)} placeholder="Los Angeles" />
updateField('recipientState', e.target.value)} placeholder="CA" />
updateField('recipientZip', e.target.value)} placeholder="90001" />
)} {activeTab === 2 && (

Your IP Rights

{formData.ipType === 'copyright' && ( <>
updateField('copyrightWorkTitle', e.target.value)} placeholder="My Photograph, Software Code, Written Work" />
updateField('copyrightRegistrationNumber', e.target.value)} placeholder="VA 1-234-567" />

Required for statutory damages

updateField('copyrightCreationDate', e.target.value)} />