What I’m trying to do:
When a radio button belonging to lets say radio_group1 is selected I would like to save the group name into a table
What I’ve tried and what’s not working:
I have been trying to just print the group name in an attempt to break what I’m actualy trying to do into smaller bites.
hobbies_selected_group = (self.radio_button_1.group_name())
print(hobbies_selected_group)
but I get this error
TypeError: ‘str’ object is not callable at [hobbies, line 36](javascript:void(0)) called from [hobbies, line 18](javascript:void(0))