Hi Zollie,
Thanks for the feedback! The only workaround that comes to mind is that if the person filling out the order is a member of the base, you can create a URL that pre-fills the right component directly in the catalogue table which they can use
I’d even recommend – if I was so bold – to use the new Button to create a “Order this item” button that pre-fill that item in the order form!
Hope that helps & appreciate the feedback
Best
Aron
Want to learn Airtable? Join me for a webinar at airtable.com/webinar
Hi Zollie,
Thanks for the feedback! The only workaround that comes to mind is that if the person filling out the order is a member of the base, you can create a URL that pre-fills the right component directly in the catalogue table which they can use
I’d even recommend – if I was so bold – to use the new Button to create a “Order this item” button that pre-fill that item in the order form!
Hope that helps & appreciate the feedback
Best
Aron
Want to learn Airtable? Join me for a webinar at airtable.com/webinar
That’s a clever thought, Aron. Unfortunately:
- I don’t think it would fit the schema *
- We’re hoping to avoid adding client collaborators for now
* A given Order is comprised of number of records from additional linked tables - such as a Props, Background Images, and Products. Together they create an image we’ll be producing. So if the collaborator is indicating their interest in a given Product, for example, then the prefill will only have populated one portion of that order form - it wouldn’t have carried over information about the Prop or Background Image.
That’s a clever thought, Aron. Unfortunately:
- I don’t think it would fit the schema *
- We’re hoping to avoid adding client collaborators for now
* A given Order is comprised of number of records from additional linked tables - such as a Props, Background Images, and Products. Together they create an image we’ll be producing. So if the collaborator is indicating their interest in a given Product, for example, then the prefill will only have populated one portion of that order form - it wouldn’t have carried over information about the Prop or Background Image.
Have you spoken with Dan at @openside about the On2Air: Forms product? I worked with him on some projects last year, and he’s got a way to have a text/image combo as part of a drop-down list, thanks to how his tool integrates with Jotform.
Have you spoken with Dan at @openside about the On2Air: Forms product? I worked with him on some projects last year, and he’s got a way to have a text/image combo as part of a drop-down list, thanks to how his tool integrates with Jotform.
On2Air: Forms looks pretty awesome @Justin_Barrett and @openside. I’ll definitely be weighing it against the current implementation.
We’ve built a form that supports showing lookup fields inside the form, including images. You can check out the demo on this page for an example:
Hi,
I have the same need, as this for a Form.
Users click a field selection on the form and it does not explain or show them what they are picking?

In this example Current Doc is the primary and is only a number.
When i click Add, i get the scrolling pop-up window of all options:

This is not helpful and would like to see the linked field which is the description of the Document as well?
and then once a record is selected, it display’s the description linked field in the form as well

So there is 2 issues here;
- Showing the linked field when choosing the input field, scrolling up and down the pop-up window,
- Embedding the linked field in the form, based on the selection in 1).
Any guidance would be appreciated.
I have the same need here
same here… so frustrating! how hard can it be to add this functionality!!
Hi,
I have the same need, as this for a Form.
Users click a field selection on the form and it does not explain or show them what they are picking?

In this example Current Doc is the primary and is only a number.
When i click Add, i get the scrolling pop-up window of all options:

This is not helpful and would like to see the linked field which is the description of the Document as well?
and then once a record is selected, it display’s the description linked field in the form as well

So there is 2 issues here;
- Showing the linked field when choosing the input field, scrolling up and down the pop-up window,
- Embedding the linked field in the form, based on the selection in 1).
Any guidance would be appreciated.
Talk about coming late to the party…
You could move the Primary Key (PL001, PL002…etc) to a new field and add a new PK with the formula field type. You would then enter a formula such as:
Doc & " - " & Description
…depending on what your respective field names are
Then when a user goes to select the linked record on the form they will see the Doc and Description
Hope this helps everyone!