Skip to main content

Activity

commented on custom fields not working
I am receiving the dreaded “undefined method: ‘source’” error while trying to get a multiple choice custom field working. Details about the code:

Page Type: Basic html page. (not signup)
Custom Field Type: People
Slug name: how_did_you_hear_about_us
Code snippet being used:
 {% collection_select "signup.custom_values.what_made_you_join", custom_fields.signup.what_made_you_join.multiple_choice_options %} 


Full Error: Liquid error: undefined method `source’ for custom_values.signup.what_made_you_join

This is pretty much taken directly from the documentation. Has something changed? or has anyone found a work around for this.
Thanks!
posted 2015-03-03 20:30:33 -0800