F.submit not creating object
Hi,
I have a Store object with some nested attributes which I display in a wizard. But when I want to press the submit button, nothing happens and doesn't create a store.
I use <%= f.submit class: "nextbtn", data: {disable_with: false} %>
Hey Samantha,
Can we see the rest of your form?
You may have a nested form (as in a form within a form) or your f.submit is outside of the actual form_for block