Which Division? *
line.startsWith('Ready at ') || line.startsWith('Ready Now'));
let details = `Pickup from ${division}
Document Type: ${documentType === 'Other' ? documentTypeOther : documentType}
Case Number: ${caseNumber}
Plaintiff(s): ${plaintiff}
Defendant(s): ${defendant}`;
instructionsValue = (pickupTimeValue ? pickupTimeValue + '\n' : '') + details + '\n' + instructionsValue.split('\n').filter(
(line) =>
!line.startsWith('Ready at ') &&
!line.startsWith('Ready Now') &&
!line.includes('Pickup from') &&
!line.includes('Document Type:') &&
!line.includes('Case Number:') &&
!line.includes('Plaintiff(s):') &&
!line.includes('Defendant(s):')
).join('\n')
let label = courthouse.split('-')[0];
let address = courthouseAddress.split(',');
if (courthouse === 'Loudoun County Courthouse' && division === 'General District Court') {
address = '2 Church St NE, Leesburg, VA 20176'.split(',');
}
pickupAddress.businessName = label;
pickupAddress.addressLine1 = address[0].trim();
pickupAddress.city = address[1].trim();
pickupAddress.state = address[2].trim().split(' ')[0];
pickupAddress.zipCode = address[2].trim().split(' ')[1];
"
>
---Choose Division---
District Court Clerk’s Office
line.startsWith('Ready at ') || line.startsWith('Ready Now'));
let details = `Pickup from ${division}
Document Type: ${documentType === 'Other' ? documentTypeOther : documentType}
Case Number: ${caseNumber}
Plaintiff(s): ${plaintiff}
Defendant(s): ${defendant}`;
instructionsValue = (pickupTimeValue ? pickupTimeValue + '\n' : '') + details + '\n' + instructionsValue.split('\n').filter(
(line) =>
!line.startsWith('Ready at ') &&
!line.startsWith('Ready Now') &&
!line.includes('Pickup from') &&
!line.includes('Document Type:') &&
!line.includes('Case Number:') &&
!line.includes('Plaintiff(s):') &&
!line.includes('Defendant(s):')
).join('\n')
let label = courthouse.split('-')[0];
let address = courthouseAddress.split(',');
if (courthouse === 'Loudoun County Courthouse' && division === 'General District Court') {
address = '2 Church St NE, Leesburg, VA 20176'.split(',');
}
pickupAddress.businessName = label;
pickupAddress.addressLine1 = address[0].trim();
pickupAddress.city = address[1].trim();
pickupAddress.state = address[2].trim().split(' ')[0];
pickupAddress.zipCode = address[2].trim().split(' ')[1];
"
>
---Choose Division---
Circuit Court
General District Court
Juvenile & Domestic Relations District Court
What Type of Document? *
line.startsWith('Ready at ') || line.startsWith('Ready Now'));
let details = `Pickup from ${division}
Document Type: ${documentType === 'Other' ? documentTypeOther : documentType}
Case Number: ${caseNumber}
Plaintiff(s): ${plaintiff}
Defendant(s): ${defendant}`;
instructionsValue = (pickupTimeValue ? pickupTimeValue + '\n' : '') + details + '\n' + instructionsValue.split('\n').filter(
(line) =>
!line.startsWith('Ready at ') &&
!line.startsWith('Ready Now') &&
!line.includes('Pickup from') &&
!line.includes('Document Type:') &&
!line.includes('Case Number:') &&
!line.includes('Plaintiff(s):') &&
!line.includes('Defendant(s):')
).join('\n')
let label = courthouse.split('-')[0];
let address = courthouseAddress.split(',');
if (courthouse === 'Loudoun County Courthouse' && division === 'General District Court') {
address = '2 Church St NE, Leesburg, VA 20176'.split(',');
}
pickupAddress.businessName = label;
pickupAddress.addressLine1 = address[0].trim();
pickupAddress.city = address[1].trim();
pickupAddress.state = address[2].trim().split(' ')[0];
pickupAddress.zipCode = address[2].trim().split(' ')[1];
"
>
---Choose Document Type---
Foreign Subpoena
Garnishment Summons
Interrogatories
Summons/Complaint
Warrant in Debt
Other
Please specify the document type *
line.startsWith('Ready at ') || line.startsWith('Ready Now'));
let details = `Pickup from ${division}
Document Type: ${documentType === 'Other' ? documentTypeOther : documentType}
Case Number: ${caseNumber}
Plaintiff(s): ${plaintiff}
Defendant(s): ${defendant}`;
instructionsValue = (pickupTimeValue ? pickupTimeValue + '\n' : '') + details + '\n' + instructionsValue.split('\n').filter(
(line) =>
!line.startsWith('Ready at ') &&
!line.startsWith('Ready Now') &&
!line.includes('Pickup from') &&
!line.includes('Document Type:') &&
!line.includes('Case Number:') &&
!line.includes('Plaintiff(s):') &&
!line.includes('Defendant(s):')
).join('\n')
let label = courthouse.split('-')[0];
let address = courthouseAddress.split(',');
if (courthouse === 'Loudoun County Courthouse' && division === 'General District Court') {
address = '2 Church St NE, Leesburg, VA 20176'.split(',');
}
pickupAddress.businessName = label;
pickupAddress.addressLine1 = address[0].trim();
pickupAddress.city = address[1].trim();
pickupAddress.state = address[2].trim().split(' ')[0];
pickupAddress.zipCode = address[2].trim().split(' ')[1];"
/>
Case Number *
line.startsWith('Ready at ') || line.startsWith('Ready Now'));
let details = `Pickup from ${division}
Document Type: ${documentType === 'Other' ? documentTypeOther : documentType}
Case Number: ${caseNumber}
Plaintiff(s): ${plaintiff}
Defendant(s): ${defendant}`;
instructionsValue = (pickupTimeValue ? pickupTimeValue + '\n' : '') + details + '\n' + instructionsValue.split('\n').filter(
(line) =>
!line.startsWith('Ready at ') &&
!line.startsWith('Ready Now') &&
!line.includes('Pickup from') &&
!line.includes('Document Type:') &&
!line.includes('Case Number:') &&
!line.includes('Plaintiff(s):') &&
!line.includes('Defendant(s):')
).join('\n')
let label = courthouse.split('-')[0];
let address = courthouseAddress.split(',');
if (courthouse === 'Loudoun County Courthouse' && division === 'General District Court') {
address = '2 Church St NE, Leesburg, VA 20176'.split(',');
}
pickupAddress.businessName = label;
pickupAddress.addressLine1 = address[0].trim();
pickupAddress.city = address[1].trim();
pickupAddress.state = address[2].trim().split(' ')[0];
pickupAddress.zipCode = address[2].trim().split(' ')[1];"
/>
Plaintiff(s) *
line.startsWith('Ready at ') || line.startsWith('Ready Now'));
let details = `Pickup from ${division}
Document Type: ${documentType === 'Other' ? documentTypeOther : documentType}
Case Number: ${caseNumber}
Plaintiff(s): ${plaintiff}
Defendant(s): ${defendant}`;
instructionsValue = (pickupTimeValue ? pickupTimeValue + '\n' : '') + details + '\n' + instructionsValue.split('\n').filter(
(line) =>
!line.startsWith('Ready at ') &&
!line.startsWith('Ready Now') &&
!line.includes('Pickup from') &&
!line.includes('Document Type:') &&
!line.includes('Case Number:') &&
!line.includes('Plaintiff(s):') &&
!line.includes('Defendant(s):')
).join('\n')
let label = courthouse.split('-')[0];
let address = courthouseAddress.split(',');
if (courthouse === 'Loudoun County Courthouse' && division === 'General District Court') {
address = '2 Church St NE, Leesburg, VA 20176'.split(',');
}
pickupAddress.businessName = label;
pickupAddress.addressLine1 = address[0].trim();
pickupAddress.city = address[1].trim();
pickupAddress.state = address[2].trim().split(' ')[0];
pickupAddress.zipCode = address[2].trim().split(' ')[1];"
/>
Defendant(s) *
line.startsWith('Ready at ') || line.startsWith('Ready Now'));
let details = `Pickup from ${division}
Document Type: ${documentType === 'Other' ? documentTypeOther : documentType}
Case Number: ${caseNumber}
Plaintiff(s): ${plaintiff}
Defendant(s): ${defendant}`;
instructionsValue = (pickupTimeValue ? pickupTimeValue + '\n' : '') + details + '\n' + instructionsValue.split('\n').filter(
(line) =>
!line.startsWith('Ready at ') &&
!line.startsWith('Ready Now') &&
!line.includes('Pickup from') &&
!line.includes('Document Type:') &&
!line.includes('Case Number:') &&
!line.includes('Plaintiff(s):') &&
!line.includes('Defendant(s):')
).join('\n')
let label = courthouse.split('-')[0];
let address = courthouseAddress.split(',');
if (courthouse === 'Loudoun County Courthouse' && division === 'General District Court') {
address = '2 Church St NE, Leesburg, VA 20176'.split(',');
}
pickupAddress.businessName = label;
pickupAddress.addressLine1 = address[0].trim();
pickupAddress.city = address[1].trim();
pickupAddress.state = address[2].trim().split(' ')[0];
pickupAddress.zipCode = address[2].trim().split(' ')[1];"
/>