form - submit images
- Started
- Last post
- 11 Responses
- gekkokid
input type="submit" name="Submit" value="Post"
input type="submit" name="preview" value="Preview"
how can i turn these form buttons into images? type=image but then wil they submit?
- ********0
input type="image" src="images/search.gif" name="SEND" border="0"
- atomica0
yup
- gekkokid0
thank you :) will this allow multiple submit buttons? i guess so
- ********0
will work for a single form. more the forms, more the submits
- gekkokid0
so if i wanted two submit buttons (in image type) i will need two form declarations? one inside another?
- atomica0
I think its more a matter of a form can only have one action, therefore one button is suitable....
- gekkokid0
so i cant have two submit image buttons - damn hedgehog poopoo - without using the button as an image ----- i just have to assign it as type "submit" to have mulitple submits without the image type??????
can i use multiple submit buttons with flash like on this site?
- gabriel_pc0
why would you want multiple submit buttons for the same form? This site has several different forms that each have a unique submit button attached to them.
- gekkokid0
i want a post and preview button on the same form that is sent to the sane page
- gabriel_pc0
I would think it'd make more sense to always have it first go to the preview page then on to the final submit page.
- gekkokid0
i know but thats a cop out and then how do i do - edit or post same problem for me again!