Hey all.
So, I'm trying to configure a case where I generate a dynamic link, that contains pre-defined information that the customer can see(if you can advise on how to hide it, it's even better), where there's a field that must be read-only.
For example, the input for this field will be located in the URL, for example:
...&tf3543534=this_value_must_be_a_read_only
Use case: Each user gets a unique link with a unique pre-defined value, retrieved from the app.
Your help is most needed!