List-Detail with Form

Can you use another type of block for master-detail with a list?
For example, a user selects a record from a list and gets a contact form instead? Can I use the selection of the record be used to pre-fill the form?

1 Like

@desetto Hi!
You can do it.

You will need to have a list details block above or down the form. You can minimize this block by just showing one information, if you want.

Note that to prefill form = use hidden fields. The main use case would be to use the recordID in the url parameter in order, for example, to know that the form is related to that specific record detail.
You can also use hidden field to collect the user id or the user email…

Here is the documentation about Hidden field for forms :point_down:

2 Likes