Believe I found a solution. For anyone else having this issue, pointing the form like so:
<%= form_tag '/page#form' do %>
Seems to have solved the problem.
Believe I found a solution. For anyone else having this issue, pointing the form like so:
<%= form_tag '/page#form' do %>
Seems to have solved the problem.