Rails 7 Form Submission

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.

Did you check the logs on the server ? In dev you can see all the requests done…