You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jedielson Keep the form in modal-body and the button outside in modal-footer. Then you can either use the new HTML5 form attribute or just add the following to your button to trigger the submit:
How can we have an structure like this?
The modal was correctly generated, but the form was removed (as expected).
I've tried to create another custom helper to form like
But had no success...
How can I fix it?
The text was updated successfully, but these errors were encountered: