jsonform / jsonform

Build forms from JSON Schema. Easily template-able. Compatible with Bootstrap 3 out of the box.
https://jsonform.github.io/jsonform/playground/index.html
MIT License
2.72k stars 553 forks source link

Hide submit button #437

Closed david-fiaty closed 7 months ago

david-fiaty commented 7 months ago

What's the recommended way to hide the submit button on a form?

sdetweil commented 7 months ago

The easiest non-code way is to use CSS and mark the button as display: none;

Screenshot_20230925_073657_Chrome

david-fiaty commented 7 months ago

That's what I thought indeed. Thanks a lot for the great word and blazing fast reactivity.