vendredi 26 octobre 2018

Laravel: Two form with one submit button

I want to submit two form into two url and want to submit from two another functions of a Controller.

<form method="post" url="{ '/url1' }">
</form>

<form method="post" url="{ '/url2' }">
</form>

<button type="submit">Submit</button>

Is it possible to do without AJAX??



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire