How to Format Text Entry in Glide?

Hi everyone!

I have a Text Entry component, and I want the text entered by users to be automatically formatted like this: First letter capitalized, the rest lowercase.

Does anyone know how to do this in Glide?

Thanks for your help! :blush:

The easiest way is to add a Capitalise Text column, and use that for display purposes.

If you actually want to convert it before itโ€™s saved to the table, then you would need to use a custom form.

1 Like

You could try the custom AI component and make your own text entry.

1 Like

Could you have an example please to use the custom AI component for that ?

Plugins are official ?

Yes, some of them are just documented separately.

Thereโ€™s no official example, I think you can just try to prompt what you need, and connect the field you want to write to, to the AI component.

Adjust accordingly in each step based on what it outputs to the screen.

1 Like