Auto-appear text based on text input

Hi!

I am working on an entry form that I would like the user to see text populating based on what they are adding into a specific form.

Added a screenshot below, but basically, if the user is adding the phone number, the text below should change based on the number that they added. Is this possible? Aspect to consider here is that the user is not necessarily the same as the one adding this item.

Thanks in advance!

Screenshot 2023-10-22 at 3.06.45 PM

If you’re using a form, the “Number” value wouldn’t be available for you to do any sorts of template column/relation + lookup to display dynamic data.

You would have to use a custom form, if I understand you correctly.

2 Likes

You may be able to store the number first and then use if statements on visibility of components to only show if certain numbers are within.

Thanks both! I think the above makes sense, but I am having a hard time trying to store the data. Do you have any tutorials on how to do this without incrementing the rows?

As you may know at this point, I am new to Glide, so I really appreciate your patience on this. :slight_smile:

So can you explain how you want the data to be shown to be dynamic? How does it tie with the user’s input?

@ThinhDinh apologies for the late response - I believe I figured it out with your previous messages. Thanks so much!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.