kmnurunnabi's avatar

Submit button not working at the top of form inputs

I was working with form using wire:submit and made a submit button. Button I realized that submit button wasn't submitting form as expected. Then I figured out that submit button wasn't working at the top of all input fields. But I put it at the top for styling purpose. But why it's not working? Can I fix it using submit button very top of all input fields?

0 likes
2 replies
Tray2's avatar

Where you place the button doesn't really matter as long as it is inside the <form></form> tags

kmnurunnabi's avatar

@Tray2 Ah. I got it. Actually the button was inside <x-slot> so that's why it wasn’t picking any fields value

Please or to participate in this conversation.