Single Choice

For pre-filling the single choice field via URL parameters, the Field code can be found under the Advanced properties.

Screenshot 2023-09-17 at 8.43.46 PM.png
Advanced properties

The field code can be used in URL parameters, as shown below.

https://example.neetoform.com/8abc2aa31ef7d12f288e?experience=Extremely%20satisfied

Screenshot 2023-09-19 at 4.22.55 PM.png
Pre-filled single choice field

Using the "other" option

Single choice supports having an other option via which user can enter text input. For pre-filling the other option, you can use the other attribute for the URL parameters.

https://example.neetoform.com/8abc2aa31ef7d12f288e?experience.other=Very%20Good

Screenshot 2023-09-19 at 4.25.00 PM.png
Pre-filled single choice field with other option

What if multiple values are assigned?

If multiple values are assigned, the first value will be used.

https://example.neetoform.com/8abc2aa31ef7d12f288e?experience=Extremely%20Satisfied,Very%20Satisfied

Screenshot 2023-09-19 at 4.31.55 PM.png
Behavior on multiple provided options

If one of the options and other is used, options will have higher priority.

https://example.neetoform.com/8abc2aa31ef7d12f288e?experience=Extremely%20Satisfied&experience.other=Good

Screenshot 2023-09-19 at 4.34.20 PM.png
Behavior on options and other option

Can't find what you're looking for?