2👍
if form.is_valid(): #validate the form
cleaned_data = form.cleaned_data
print cleaned_data['some_id'] #print out the choice
Source:stackexchange.com
2👍
if form.is_valid(): #validate the form
cleaned_data = form.cleaned_data
print cleaned_data['some_id'] #print out the choice