Open page with part of form prefilled?

  1. I would like a button to open a page.
  2. This page has an unfilled form.
  3. 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:

I created a test application to help visualize what I’m trying to do. However, for some reason Google Chrome keeps trying to block the link. I promise the site is safe! :sweat_smile:

I’m open to suggestions if there’s a better way to approach this.

Update: I figured I could use a prefilled form link, but I am not sure if this works in the application builder.

I tried the following: /add-resin?prefill_Request+ID=‘field(Request ID)’

Which did not work.

Have you tried to add a query parameter for the page and use this parameter as default value for the form input?