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
Solved! Go to Solution.
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.
That was it!! Thank you
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.
That was the issue- thank you !