Formaction Attribute
Preview
Code
<form action="/default"> <input type="text" placeholder="Your name"> <button type="submit" formaction="/special"> Submit to Special URL </button> </form>
<form action="/default"> <input type="text" placeholder="Your name"> <button type="submit" formaction="/special"> Submit to Special URL </button> </form>