- I would like a button to open a page.
- This page has an unfilled form.
- I would like one field to be prefilled.
Scenario:
I have a page with a table that is full of requests.
Each request has an ID.
When this ID is clicked, I want a page to open with a form that a person can fill out to fulfill said request. However, I need the ID they clicked on to be prefilled on the blank form in a record selector.
I have made pages with a prefilled section before, but not on a page that does not have an :id parameter datasource? I mean, it will have a :id but after the row is created.
I am overthinking this?
Person clicks this, which is in a table.
Opens a blank form with this prefilled (record selector) with the request ID:

