I am making a messaging app.
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?
I am making a messaging app.
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.
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.