Prefill form with single select containing emoji 🏝️

Hey everyone,
I am trying to prefill a form out with single select values that contain emojis.

For example, I’d like to pass along the value: :desert_island: Holidays to my field named Type.

I’ve tried a number of variants in the url without success:

&prefill_Type=🏝+Holidays
&prefill_Type=🏝%20Holidays
&prefill_Type=%F0%9F%8F%9D%20Holidays
&prefill_Type=%F0%9F%8F%9D+Holidays

Any idea what I could be missing?

Thanks for your help :slight_smile:

Hi,

I tried it myself and this seems to work:

prefill_License=🙋%E2%80%8D♂%EF%B8%8F%20A

to select a the value :raising_hand_man: A from a single select field.

The way I approached it was creating the values in the single select field and simply copy/paste it add the end of my url and the above is what was generated by Chrome.

Thank you! The chrome url trick worked!