html form submit to different action depending on properties
Last updated
Was this helpful?
Last updated
Was this helpful?
Sometimes you want the form to submit to different URL based on which submit button you click. This is already supported by HTML with formaction
attribute
example
More information on the attirbute