How to change the text of a form container button

Does anyone knows how to change the “label” or text from a button who belongs to a form container? It seems a basic feature but I can’t find the option, also I can´t change the button align

Thanks

You can’t. Cancel / Submit are defaults for the form container.

3 Likes

Is this still the case? A real bummer if users are forced to use Submit instead of Next or some other custom text to make the Form component more versatile for different use cases.

Still the case. You would have to use a custom form to create your own buttons and label them.

2 Likes

Is it possible to change name with CSS?

What “name” are you referring to here?

Submit button name/text :slight_smile:

No, it’s not possible. You would have to build your own custom form and use a button block if you need that.