text, url, phone, email, etc | key=value
name=John
campaign+title=clickdown
phone=321-11-11
https://the.fibery.io/@public/forms/rem8xULF?name=Hello |
date, date and time | ISO format should work well here date=2022-01-01
deadline=2023-12-08T14:01:40.860Z
https://the.fibery.io/@public/forms/rem8xULF?date=2022-02-02 |
date range | same as dates, separated with / estimate=2022-01-01/2022-03-04
https://the.fibery.io/@public/forms/rem8xULF?date+range=2022-02-02/2023-03-03 |
numbers | rating=4.5
https://the.fibery.io/@public/forms/rem8xULF?number=42 |
checkboxes | true, yes, on, 1 will be treated as checked, any other value - unchecked
shipped=yes
https://the.fibery.io/@public/forms/rem8xULF?checkbox=true |
to-one references | you need to provide a full UUID here, can be copied using Alt+click on public id badge on entity view state=ecebeec0-e34f-11ed-a326-e9cc78af8dd6
https://the.fibery.io/@public/forms/rem8xULF?single+select=8a1d28c0-cc42-11f0-92ea-8580e3acd482 |
to-many references | the list of UUIDs separated with , subtasks=ecebeec0-e34f-11ed-a326-e9cc78af8dd6,ecebeec0-e34f-11ed-a326-e9cc78af8dd6
https://the.fibery.io/@public/forms/rem8xULF?multi+select=95da60b0-cc42-11f0-92ea-8580e3acd482,9667fab1-cc42-11f0-92ea-8580e3acd482 |
locations | limited support, only coordinates, like in csv location=53.893009,27.567444
https://the.fibery.io/@public/forms/rem8xULF?location=53.893009,27.567444 |
emoji | use :short-code: notation, hover over any emoji on fibery to find it out: 🐴 animal=:horse:
https://the.fibery.io/@public/forms/rem8xULF?icon=:thumbsup: |
rich text | not supported |