Mirakl Design
Mirakl Design
  • Getting started
    • Welcome to Roma
      • Design principles
  • Design
    • Components
      • Actions
        • Action menu
        • Buttons
        • Button group
        • File download
        • Save bar
        • Tasklist
        • Contextual Toolbar
      • Datalist
      • Datatable
      • Feedback
        • Alerts
        • Activity Loader
        • Badge (status)
        • Empty state
        • Snackbar
      • Form
        • Fields
        • Pickers
        • Selection controls
        • Tree
      • Images
        • Illustrations
        • Icons
        • Media
      • Navigation
        • Hyperlink
        • Page title
        • Sidebar
        • Top bar
      • Overlays
        • Modal
        • Popover
        • Tooltip
        • Side Drawer
      • Structure
        • Global layout
        • Panel
          • Activable Panel
          • Clickable Panel
          • Expandable Panel
          • Panel tabs
          • Totalizer Panel
        • Card
    • Patterns
      • Advanced selection
      • Configure options
      • Displaying data
      • Displaying history
      • Errors
      • Forms
        • Form - Creation mode
        • Form - Edition mode
        • Form - In a modal
        • Error Management
        • Stepper form
        • Onboarding form
      • Loading
      • Progressive disclosure
  • content
    • Writing for Mirakl
      • Grammar and formatting
    • Vocabulary
      • Mirakl products
      • Which verb to use
Powered by GitBook
On this page
  • Layout - Overview
  • Page Title
  • Save Bar
  • Form submission
  • Success behavior
  • Discard edits
  • Prevent changes while submission
  • Take aways

Was this helpful?

  1. Design
  2. Patterns
  3. Forms

Form - Edition mode

An Edition form is when users edit an object/edit an element that already existed.

Last updated 1 year ago

Was this helpful?

Layout - Overview

Page Title

exemple of a page title
  • Visibility: The page title is always visible on a creation form.

  • Content: "Add [object name]" or "Create [object name]"

  • Navigation: Include a backlink for easy return to the previous page, unless this is the first page in the hierarchy.

    • Backlink Content: "Back to [landing page title]", where [landing page title] is the exact title of the return page.

Save Bar

  • Visibility: The Save Bar remains hidden until one field in the form has been changed.

  • Functionality: Both 'Save' and 'Cancel' buttons are enabled when the Save Bar is visible.

This behavior cannot be automated in ROMA. Designers must specify to developpers this behavior during handoff.

Form submission

Success behavior

When the user successfully changes one or several inputs in the form.

  • The form stays in edition mode

  • The user stays on the form page

  • Follow the [item] + past participate verb format.

Discard edits

When the user clicks Discard or the backlink without saving form.

  • Form Pristine (unmodified): no modal + back to previous page

  • Form Dirty: Confirm Modal + form goes back to the initial state (before changes) + user stays on form page

Prevent changes while submission

Avoid custom behaviors: keep form creation consistent across all products.

Take aways

Do

  • Respect Layout guidelines

Don't

  • Custom any behavior : form creation must remain consitent throught all products

  • Show the Save Bar before any changes has been made

Additional Information: .

Add a success

You do not need to add words such as "successfully" or "with success".

Refer to page to guide users through the whole form experience

Learn more about Page Titles and Backlinks
snackbar
Error Management
Learn more
Close-up on Save Bar