Order Form Conditional Logic Map
Follow the path based on the client’s answers to understand which fields become visible.
START: SECTION 1
Foundational Fields (Always Visible)
- Client Contact (Name, Email, Phone)
- **Document Upload** (Required)
DECISION 1: SWORN vs. STANDARD?
Do you need “sworn translation” services? (Select One)
PATH A: YES (Sworn)
Rule Set A Triggered
- **SHOW:** Sworn Translation Service (Country/Price Dropdown)
- **SHOW:** Number of Pages (Sworn)
- **HIDE:** All Standard Fields (Rule Set B)
PATH B: NO (Standard)
Rule Set B Triggered
- **SHOW:** Requested Language & Pages ($50/page)
- **SHOW:** Additional Languages (up to x2)
- **SHOW:** USCIS Question (Select One)
DECISION 2: NOTARY/APOSTILLE?
Do you need your translation notarized and / or apostilled? (Select One)
PATH B.1: NO Legalization
If **NO**, skip to Final Logistics.
PATH B.2: YES Legalization
Rule Set C Triggered (Add-ons)
- **SHOW:** `Which service(s) do you need?` (Checkbox)
RULE SET C: Add-on Selection
Dynamically show fields based on Checkbox selections:
If **Notarization** is Checked:
- SHOW: Notary Doc Count (Price: $40/doc)
If **Apostille** is Checked:
- SHOW: Apostille Doc Count (Price: $175/doc)
- SHOW: Shipping/Country Fields
END: SECTION 4 & CHECKOUT
Final fields and total calculation:
- **Question:** Physical Shipping? (Adds $40 if YES, shows Address)
- Additional Comments
- **FINAL CALCULATED FIELD** (Aggregates all costs)
- Payment Gateway / Submit Button

Leave a Reply