Django wizard form and htmx partials
I am building a django wizard form with multiple form, however in one of the forms i have a field of small list of sectors, and when the user select a sector i trigger a function that fetches the sub-sectors of that particular sector. the problem is when i tested the form in a separated html template it works fine, but when i use it in my wizard form it does not update the ui even though in the console i can see that the request was successful.