https://htmx.org logo
Hey everyone, I am new to htmx and I was wondering...
# 🔥-django-htmx
p
Hey everyone, I am new to htmx and I was wondering if I could make a form with two inputs (date & multiple choice button) and when the date is entered, it automatically makes a request to an api and gets an array from the api in json format and shows that list in the multiple choice option and then when the user clicks submit, it filters the relevant output from the same api request. I was able to hardcode both the inputs and receive the relevant output but I was wondering if I could now use to htmx to easily build this form with django. Any ideas/video recommendations on where I should start from? I am not using a model form so just a normal Django form Thanks