Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Blank" or "n/a" values for custom fields #1169

Open
tbar0970 opened this issue Feb 20, 2025 · 1 comment
Open

"Blank" or "n/a" values for custom fields #1169

tbar0970 opened this issue Feb 20, 2025 · 1 comment

Comments

@tbar0970
Copy link
Owner

For a custom field for "allergies" or "special medical info", people love to fill in "none", "n/a" etc - even if you ask them to leave it blank in such cases. Then when you run a report showing "people who have the allergies field filled in" there's lots of noise amidst the data.

Makes me think it would be good to have a way to either standardise or filter out such values.

Option 1: Turn it into a selection field, with options "none" or "other". Then we'd need a way to filter in reports "that have [allergies] not equal to [none]"

Option 2: Keep it as a text field, have a convention of putting "-" for people with no allergies. Then we'd need a report to be able to filter "that have [allergies] filled in with a value NOT equal to [-]"

Maybe there are better ways. I've noticed in TryBooking you can wrap a "yes/no" around a text question for scenarios like this.

@jefft
Copy link
Contributor

jefft commented Feb 20, 2025

Perhap a 'Has Allergies?' boolean field, which if set to 'Yes' displays an 'Allergies' text field. #1153

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants