> For the complete documentation index, see [llms.txt](https://vue-generators.gitbook.io/vue-generators/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vue-generators.gitbook.io/vue-generators/fields/core-fields/submit.md).

# submit

This is a simple `<input type=submit>`.

## Special properties of field

| Property               | Default | Accepted values | Description                                                                                                               |
| ---------------------- | ------- | --------------- | ------------------------------------------------------------------------------------------------------------------------- |
| `buttonText`           | *none*  | `String`        | text of submit button                                                                                                     |
| `onSubmit`             | *none*  | `Function`      | Will be called when you press the button                                                                                  |
| `validateBeforeSubmit` | `false` | `Boolean`       | If true, run validation after the button click. If validation is successful, call the `onSubmit` callback from the schema |
