# Modify the default button

This article will show you how to use a custom component button instead of the default button

Set global configuration

# Hide the default button

First hide the default action button of the form by setting the global configuration

{
  submitBtn: false,
  resetBtn: false
}

# Custom form action buttons