Form Picklist - Not Showing Selection | Community
Skip to main content
August 22, 2016
Solved

Form Picklist - Not Showing Selection

  • August 22, 2016
  • 2 replies
  • 2601 views

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.

Any thoughts?

Thanks!

Paige

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Devraj_Grewal

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.

2 replies

Dory_Viscoglio
New Participant
August 22, 2016

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.

August 22, 2016

That was the issue- thank you !

Devraj_Grewal
Devraj_GrewalAccepted solution
New Participant
August 22, 2016

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.

August 22, 2016

That was it!! Thank you