Set Display Element
The Display Element configuration determines where gate status messages appear to users. This is the visual feedback that shows countdowns, access status, and completion information.
Overview
Display Element enables you to:
- Show countdown timers before gates open
- Display current access status
- Show completion timestamps
- Provide visual feedback on gate conditions
Configuring Display Element
Selecting an Overlay Element
- In the gate editor, find the Overlay Element field in the Target section
- Click the dropdown to see available elements
- Select an Info type element
- This element will display gate status messages
Note: Only Info-type elements are available for selection as overlay elements.
Status Messages
The display element shows different messages based on gate state:
| Status | Message | When Shown |
|---|---|---|
| Opens in... | "Opens in 2d 5h 30m 15s" | Before gate opens (countdown) |
| Open for editing | "Open for editing" | Gate is currently open |
| Blocked | "Blocked – condition is not met" | Variable or precondition not met |
| Closed | "Closed – missed deadline" | Past end time |
| Completed | "Completed on Jan 15, 2024" | User finished interaction |
Countdown Display
When a Time Lock is active and the gate hasn't opened yet:
Opens in 2d 5h 30m 15sThe countdown updates in real-time, showing:
- Days (d)
- Hours (h)
- Minutes (m)
- Seconds (s)
As time passes, larger units drop off:
2d 5h 30m → 5h 30m 15s → 30m 15s → 15s → Open for editingPlacement Recommendations
Above Gated Content
Place the Info element at the top of the gated section:
┌─────────────────────────┐
│ Opens in 2d 5h 30m │ ← Info element (overlay)
├─────────────────────────┤
│ │
│ [Gated Content] │ ← Hidden/locked
│ │
└─────────────────────────┘Within Gated Tile
Place inside the tile that's being gated:
┌─────────────────────────┐
│ Form Title │
├─────────────────────────┤
│ Opens in 2d 5h 30m │ ← Info element
├─────────────────────────┤
│ Field 1: [locked] │
│ Field 2: [locked] │
│ Submit: [locked] │
└─────────────────────────┘Creating an Info Element for Gates
If you don't have a suitable Info element:
- Open your application in the Builder
- Add an Info element to the page/tile
- Position it where you want status to display
- Style it appropriately (color, size, etc.)
- Save the page
- Return to Gate Controller and select it
Styling Considerations
The Info element should be styled to stand out:
| Property | Recommendation |
|---|---|
| Position | Top of gated section |
| Background | Subtle highlight color |
| Text | Clear, readable font |
| Visibility | Always visible |
The status text is dynamically inserted, so design the element to accommodate various message lengths.
Multiple Gates, Multiple Displays
Each gate can have its own display element:
Page with Multiple Gated Sections:
Section 1:
├─ Gate: Day 1 Content
└─ Display: Info Element A → "Open for editing"
Section 2:
├─ Gate: Day 2 Content
└─ Display: Info Element B → "Opens in 1d 3h 20m"
Section 3:
├─ Gate: Day 3 Content
└─ Display: Info Element C → "Opens in 2d 3h 20m"Display Without Overlay Element
If no overlay element is selected:
- Gate still functions normally
- Users don't see status messages
- Content is simply shown/hidden based on conditions
Recommendation: Always configure an overlay element for better user experience.
Best Practices
Always use an overlay - Users need feedback on why content is locked
Position prominently - Status should be easy to find
Style appropriately - Make it visually distinct from other content
Test display states - Verify all status messages render correctly
Consider mobile - Ensure status is visible on smaller screens
Troubleshooting
No Status Showing
- Verify an overlay element is selected
- Check that the Info element exists on the page
- Ensure the element is visible (not hidden by conditions)
Wrong Status Displaying
- Verify gate conditions are configured correctly
- Check if multiple gates target the same content
- Review the complete gate configuration
Element Not in Dropdown
- Confirm the element is an Info type
- Verify it's on the correct page
- Save the page in the builder and refresh
Questions?
If you have any questions, please don't hesitate to contact us. Alternatively, you can submit an issue on this platform.
Useful Links:
Add a Gate - https://help.acenji.com/#/./shared-concepts/gate-controller/add-a-gate/index Select Target - https://help.acenji.com/#/./shared-concepts/gate-controller/add-a-gate/select-target/index Gate Controller - https://help.acenji.com/#/./shared-concepts/gate-controller/index