Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions lib/AccessSystem/Form/Person.pm
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,19 @@ has_field how_found_us => field_add_defaults {
required => 1,
widget => 'RadioGroup',
options => [
{ value => 'google search', label => 'Google Search' },
{ value => 'twitter', label => 'Twitter' },
{ value => 'google search', label => 'Internet Search' },
{ value => 'twitter', label => 'X/Twitter' },
{ value => 'facebook', label => 'Facebook' },
{ value => 'instagram', label => 'Instagram' },
{ value => 'mastodon', label => 'Mastodon' },
{ value => 'other social media', label => 'Other Social Media' },
{ value => 'event/conference', label => 'Event or Conference' },
{ value => 'comiccon', label => 'ComicCon' },
{ value => 'festivaloftomorrow', label => 'Festival of Tomorrow' },
{ value => 'event/conference', label => 'other Event or Conference' },
{ value => 'openday', label => 'Open Day' },
{ value => 'banner', label => 'Banner' },
{ value => 'brochure', label => 'Brochure' },
{ value => 'advertising', label => 'Other Advertising' },
{ value => 'referred by friend/family', label => 'Referred by Friend or Family' },
{ value => 'other', label => 'Other' },
],
Expand Down
Loading