Hi! I’m trying to create a prefilled form URL, but I believe the prefill isn’t working because I’m trying to prefill information with hyphens. Any ideas on how I can make this work?
Example:
Field Name: Type Name
Example data: Apples - Michigan
Form URL: “https://airtable.com/shrxxxxxxxx?"&“prefill_”&ENCODE_URL_COMPONENT(“Type Name”)&”="&ENCODE_URL_COMPONENT({Type Name})
How do I make sure “Apples - Michigan” doesn’t break the URL (and in turn, not prefill the form)?