0

I have a data table as a formset with several columns. One of the columns is a drop down field. I want to update the value of a field depending on the selected value of the drop down field and I would prefer a solution without using javascript.

Is this possible in django?

LineBreak
  • 71
  • 8

1 Answers1

0

Ok, I should have searched for something like "using href links inside option tag" or "How to submit form on change of dropdown list?". Yes, both solutions make use of javascript but this is as much javascript as I can take :-)

LineBreak
  • 71
  • 8