Html – HTMX get request within form includes select element name attribute in query string. Is there a way to avoid that?
Using Go html/templates, HTMX, Alpinejs What i'm trying to accomplish is that when I select server name from a dropdown list I populate the database dropdown list with databases related to that instance. Using HTMX to get that database list…