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?