python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Django ChoiceField RadioSelect widget in form, test whitch element selected in template
I have 2 radio buttons in a ChoiceField and I would like to display some parts of the template, depending of witch radio button is selected.
Following :
form.py
class CtdForm(forms.Form):
prot...
Angioedema02
Votes: 0
Answers: 1
Symfony :how do you pass an array (result of a query from the database), from the controller to the form and build a drop down menu
I have a form and i need to pass it an array. This array is the result of a query from my repository.
I need to build a drop down menu (with a ChoiceType::class, [
'choices' => $array['code']...
Q1...
SGuirous
Votes: 0
Answers: 1