SOLVED

Form Picklist - Not Showing Selection

Go to solution
Anonymous
Not applicable

Form Picklist - Not Showing Selection

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

Accepted Solutions
Devraj_Grewal
Level 10 - Champion Alumni

Re: Form Picklist - Not Showing Selection

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
Devraj_Grewal
Level 10 - Champion Alumni

Re: Form Picklist - Not Showing Selection

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

Re: Form Picklist - Not Showing Selection

That was it!! Thank you

Dory_Viscoglio
Level 10

Re: Form Picklist - Not Showing Selection

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

Re: Form Picklist - Not Showing Selection

That was the issue- thank you !