Hi all,
I have two dropdowns in my form. Selected values from this dropdowns should be send to the proper route. One is called "category" and second is called "status". When I send my form I don't get expected:
Home/List/category/status adress
but something like this:
Home/List?category=category&status=status
how I can solve this? thanx