Why do both buttons call my function?
I have a form:
and Javascript:
My issue is that all the buttons for some reason call and activate the event that should only run on submit
Only the submit button has 'type="submit"', I also tried adding "submitter" as an attribute altho I don't think that's an actual thing
and Javascript:
My issue is that all the buttons for some reason call and activate the event that should only run on submit
Only the submit button has 'type="submit"', I also tried adding "submitter" as an attribute altho I don't think that's an actual thing
