Hi all,
I am unable to make a form_tag submit without AJAX, I am using the local: true option and the controller action logic is wrapped in respond_to do |format| format.html { } but in runtime, what happens is that I see the network interaction where I only get the partial HTML in the response which makes me think that the request is going as turbo?
TIA.