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?