A collapsible instructions panel is a simple yet effective feature that can significantly improve user experience in your application. This design allows users to access essential information without cluttering the interface, making navigation seamless and intuitive.
Key Benefits:
Space-saving: Users can open the panel only when needed, keeping the interface clean and organised.
Visual Aids: Embed videos from platforms like YouTube or Loom for clearer, more engaging instructions.
Easy Customisation: Use HTML Rich Text sections to format text and include images or links, enhancing the content.
By integrating a collapsible instructions panel, you provide clear guidance to users while maintaining a tidy interface. Start enhancing your application today!
Sign up to Knack for Free - Affiliate Link
Add to Rich Text field
<details style="padding: 10px; margin: 10px 0; background-color: #ffffff; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);">
<summary style="font-weight: bold; cursor: pointer; display: flex; align-items: center; font-size: 18px;"><span style="margin-right: 10px;" rel="margin-right: 10px;">▶</span><strong>Instructions</strong></summary><br><p>• This page contains all Class Bookings that don't have any Term Exams
</p><p>• Use the "Create Term Exams" button to run the bulk update creating the three term Exams per Class
</p>
</details>
Comments