﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
30873	I'm looking option to get the selected value from MultipleChoiceField	malathisathya	nobody	"I'm facing issue in getting the selected value from MultipleChoiceField. My multiple choice fields as many runnable scripts, upon selecting one or more from that list, I would like to get and process those selected values 

In form, I defined MultipleChoiceField and in the view, I'm trying  to get the selected value. I tried with form.cleaned_data['field_name'],
request.POST['field_name'], request.POST.get('field_name') but nothing is working for me 

Either I'm getting an empty list, None otherwise 

I tried to look out for solution in other available resources but none of them are helping to fix my issue. With no choice I'm here to raise a new ticket and requesting any possible solution "	Uncategorized	closed	Forms	2.2	Normal	invalid			Unreviewed	0	0	0	0	0	0
