Skip to content

Instantly share code, notes, and snippets.

@ahmethakanbesel
Created August 17, 2017 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmethakanbesel/674dea215c548bc41421c94be386fe85 to your computer and use it in GitHub Desktop.
Save ahmethakanbesel/674dea215c548bc41421c94be386fe85 to your computer and use it in GitHub Desktop.
Separate Form Submit Buttons That Go To Different URLs
<form action="dosya.php">
<input type="submit" value="Gönder">
<input type="submit" value="Gönder 2" formaction="dosya-2.php">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment