Hint-like look in Glide Apps

Is their a technique/component to create a “Hint” (filled text box with TWO lines of text) in Glide Apps. Basically, how the Glide Classic hint component worked.

TIA

I use HTML and a Rich Text component to make my own hint components.

3 Likes

Thanks for that! Was updating my app here. If i want to link to my data in the content line, what would be the instruction inside {content} part? thank u

If you’re using the template column, you can replace the {Content} variable with a column in your database.

2 Likes