Form not submitting unless I refresh the page – Rails 7 – Chrome
The form_for (inside a modal) cannot be submitted unless I refresh the page. It seems like the submit button is disabled or not working properly. I have tried disabling Turbo by adding data-turbo=”false” to the form, but the issue persists.