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??



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2O4bHCU
via IFTTT

Aucun commentaire:

Enregistrer un commentaire