Skip to content

Troubleshooting

List problems that are frequently encountered

Common Issues

Disabled Save button (How to see form Validation)

If the save button is disabled it’s mostly because the form is invalid in some way. We always log formValidation in the Browser console as a debug message. So to see why it’s disabled you can check there.

It can vary a bit depending on your browser, but here’s how you do it in browsers using Chromium:

  1. Open DevTools (F12, or Right click => Inspect)
  2. Go to the tab Console
  3. Make sure that the log level Verbose is active.

setting of verbose-log

If you can’t see any logs do some change in any of the fields in the form, then it should say:

formValidation {...Something explaining the technical reason}