SOLVED

Form Picklist - Not Showing Selection

Go to solution
Anonymous
Not applicable

Hello,

I created a custom field for shirt size on a form. The pick list includes all sorts of sizes. When I check the registration report, it only shows that the value had been selected, not the specific shirt size.

pastedImage_0.png

Any thoughts?

Thanks!

Paige

1 ACCEPTED SOLUTION
Devraj_Grewal
Level 10 - Champion Alumni

Paige,

Navigate to field management in Admin and pull in this field. You will want to confirm it is not a "boolean" field. If so, you can change the field type to text.

View solution in original post

4 REPLIES 4
Dory_Viscoglio
Level 10

It definitely looks like your form might be referencing a boolean field. Values for this field can only be True or False, not sizes as in this case. You might be able to pull the information from each form fillout, but you're also likely going to have to update the field type (be careful, this will clear the existing field values) if you want to use this same field to capture the shirt size.

Anonymous
Not applicable

That was the issue- thank you !

Devraj_Grewal
Level 10 - Champion Alumni

Paige,

Navigate to field management in Admin and pull in this field. You will want to confirm it is not a "boolean" field. If so, you can change the field type to text.

Anonymous
Not applicable

That was it!! Thank you