I have a multi-select field in my base. I want to create a form that has one of the selections checked when they open the form but allows people to select additional choices. I know how to do it in a text field but can’t figure out the syntax for a multi-select field (assuming it’s possible).
Thanks for any help!
Page 1 / 1
I would suggest using the Prefilled Forms App by @kuovonne. It removes a lot of the guesswork and frustration for prefilling forms.
@Hannah_Wiginton 's suggestion looks like a good solution. Just wanted to share a thread I found that offers other possible solutions:
@Hannah_Wiginton 's suggestion looks like a good solution. Just wanted to share a thread I found that offers other possible solutions:
I used this for Pre-Filling:
- Multi-Select Fields
- Single & Multiple Linked Records Fields (I use a an ARRAY formula in a rollup field for each Linked Record field & just put RID at the end for easy denotion)
&"&prefill_"&ENCODE_URL_COMPONENT("States You Want SAFE Updates In Tags")&"="&ENCODE_URL_COMPONENT({States You Want SAFE Updates In Tags})&"&hide_States%20You%20Want%20SAFE%20Updates%20In%20Tags=false"
&"&prefill_"&ENCODE_URL_COMPONENT("Company List")&"="&ENCODE_URL_COMPONENT({Company List RID})&"&hide_Company%20List=false"
&"&prefill_"&ENCODE_URL_COMPONENT("How Did You Hear About Us Tags Options")&"="&SUBSTITUTE(ENCODE_URL_COMPONENT(SUBSTITUTE({How Did You Hear About Us Tags Options},", ","`")),"`",",")&"&hide_How%20Did%20You%20Hear%20About%20Us%20Tags%20Options=false"
&"&prefill_"&ENCODE_URL_COMPONENT("Did You Know About Sober Events Before SAFE Dropdown Options")&"="&ENCODE_URL_COMPONENT({Did You Know About Sober Events Before SAFE Dropdown Options})&"&hide_Did%20You%20Know%20About%20Sober%20Events%20Before%20SAFE%20Dropdown%20Options=false"
&"&prefill_"&ENCODE_URL_COMPONENT("How Many SAFE Events Have You Been To Dropdown Options")&"="&ENCODE_URL_COMPONENT({How Many SAFE Events Have You Been To Dropdown Options})&"&hide_How%20Many%20SAFE%20Events%20Have%20You%20Been%20To%20Dropdown%20Options=false"
&"&prefill_"&ENCODE_URL_COMPONENT("Favorite Types of Training / Workshops Tags Options")&"="&SUBSTITUTE(ENCODE_URL_COMPONENT(SUBSTITUTE({Favorite Types of Training / Workshops Tags Options},", ","`")),"`",",")&"&hide_Favorite%20Types%20of%20Training%20%2F%20Workshops%20Tags%20Options=false"
&"&prefill_"&ENCODE_URL_COMPONENT("What Resources Are You Interested In Tags Options")&"="&SUBSTITUTE(ENCODE_URL_COMPONENT(SUBSTITUTE({What Resources Are You Interested In Tags Options},", ","`")),"`",",")&"&hide_What%20Resources%20Are%20You%20Interested%20In%20Tags%20Options=false"
&"&prefill_"&ENCODE_URL_COMPONENT("What Resources Have We Connected You To That You Found Most Helpful Tags Options")&"="&SUBSTITUTE(ENCODE_URL_COMPONENT(SUBSTITUTE({What Resources Have We Connected You To That You Found Most Helpful Tags Options},", ","`")),"`",",")&"&hide_What%20Resources%20Have%20We%20Connected%20You%20To%20That%20You%20Found%20Most%20Helpful%20Tags%20Options=false"
&"&prefill_"&ENCODE_URL_COMPONENT("Relationship With Drugs & Alcohol Tags Options")&"="&SUBSTITUTE(ENCODE_URL_COMPONENT(SUBSTITUTE({Relationship With Drugs & Alcohol Tags Options},", ","`")),"`",",")&"&hide_Relationship%20With%20Drugs%20%26%20Alcohol%20Tags%20Options=false"
&"&prefill_"&ENCODE_URL_COMPONENT("Social Platforms You Use Tags Options")&"="&
SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE({Social Platforms You Use Tags Options},"/","%2F"),"(","%28"),";","%3B"),")","%29"),":","%3A"),"&","%26"),",","%5B"),"$","%24"),"]","%5D")," ","%20"),"{","%7B"),"!","%21"),"}","%7D"),"@","%40"),",%20",",")
&"&prefill_"&ENCODE_URL_COMPONENT("Personal / Company Website URL")&"="&ENCODE_URL_COMPONENT({Personal / Company Website URL})&"&hide_Personal%20%2F%20Company%20Website%20URL=false"
&"&prefill_"&ENCODE_URL_COMPONENT("Apple Music Profile URL")&"="&ENCODE_URL_COMPONENT({Apple Music Profile URL})&"&hide_Apple%20Music%20Profile%20URL=false"