Change the "Submit" button

I am making a messaging app.

Screenshot 2023-04-27 at 9.44.51 am

But, I want to change the text of the Submit button to “Send”.

How do I do that? Is there a CSS code or something?

You can create a new screen with form components and add a button with customised text.

What Trustin described above is what we call “custom form” here.

Please take into account that it would eat more into your updates quota.

1 Like

Is there any follow up for this? Now that there are CSS?

I doubt we have a good way to do it. As far as I aware, CSS can only be used to alter the styling of elements, not the “textual” context of it, with the button text being an example.

There might be a way using something like hiding the original text, then use ::before or ::after to add the text you want into that same space, but I don’t know if it would work on different devices.

1 Like