the image input type acts as a submit button right? But I don't seem to be able to include more than 1 on a page properly, in the sense that it doesnt pass form data to my PHP script properly.
Anyway to fix this?
Thanks!
Printable View
the image input type acts as a submit button right? But I don't seem to be able to include more than 1 on a page properly, in the sense that it doesnt pass form data to my PHP script properly.
Anyway to fix this?
Thanks!
Correct me if I'm wrong, but I think you can only have one submit button per form. So I think that you could have more than one form on a page and submit them to different places that way.
No you can have as many submits as you like. You can then name them if you want so you know which one buttons was used to submit the form.
Maybe we can help if we see your code? Also have you tested in browsers other than IE? IE seems to have some bugs for arrays in forms I think.