[Answered ]-When I filter I need to request.GET.value to be selected

1👍

Have you tried to create a variable in the context?
Here the problem is during the POST you probably don’t have the request.GET values anymore

This could be helpful

Django : Maintaining option selected in HTML template

Leave a comment