Hey guys, I am building a job board. I’ve written the following formula to prefill the application form for the candidate:
"https://airtable.com/embed/shrNEroLw9LDd5Hlg?prefill_Company="&ENCODE_URL_COMPONENT({Company Name}) & "&prefill_Position="&ENCODE_URL_COMPONENT({Position})
The Position is plain text and always gets prefilled. The Company Name is a linked record and doesn’t always get prefilled.
In cases where the company name is just one word, the prefilling doesn’t work.
Eg: Company name: “Shunya”, link: https://airtable.com/embed/shrNEroLw9LDd5Hlg?prefill_Company=Shunya&prefill_Position=Android%20Engineer
vs. Company Name: “Sixteen Grams Coffee” has a successful prefill: https://airtable.com/embed/shrNEroLw9LDd5Hlg?prefill_Company=Sixteen%20Grams%20Coffee&prefill_Position=Marketing%20Intern
Any pointers on what may be causing this? Thanks!