Env: Seatable 5.2 self-hosted
Use Case:
- 2 tables: Company, Contact
- Each Compang record has a button
Create Contact. When button clicked it will jump to Contact Form page. - The Contact Form should prefilled with some value that passed from Company, eg. address, tel.
I understand it can be filled with fixed default value (what here required is a dynamic prefilled value).
Maybe can be achieved by passing via URL?