HTMX Django not activating on form fields
I have a form with 3 select options, when the user selects the first one i updated the second with htmx, when the used selects the second i would like to update the third the same way. However, the third doesn’t initialize the htmx request.