Making multiple templates from one form

Hello, in my app i have a form but it is displayed in multiple variants, first a main button which directs the user to a custom form page, then other buttons which are suggested forms, they are exact same as the main custom one only that they have default answers on some questions, but the problem i was facing is when you put a default text on one form it applies to all other forms connected to the same database, which made me make a database for each form, so what could be a way to fix that?

1 Like

Hey Turky, and Welcome to the Glide Community!
For the issue you’re having, you need to make screens using a workflow to show them as separate screens. You can watch this video. I know it’s not the same concept, but you will learn how to create different screens for the same table.