TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Form Buttons..

Page: 1 Reply
Apr 7th 2002#40157 Report
Member since: Sep 6th 2001
Posts: 3893
ok i need to know how to make an image into an action like so when they click on the image that says send it sends the form information....

Contact Page

Just look at that and you will understand what i mean....
Reply with Quote Reply
Apr 7th 2002#40165 Report
Member since: Jun 30th 2001
Posts: 447
[code]<input type="image" src="submit.gif">[/code]
Reply with Quote Reply
Apr 7th 2002#40166 Report
Member since: Sep 6th 2001
Posts: 3893
yeah i know how to do that but how to i make it so when the person click on the send button it then sends the form information just like the normal submit buttons that people normally use...
Reply with Quote Reply
Apr 7th 2002#40183 Report
Member since: Apr 1st 2002
Posts: 1487
your going to need a cgi or php script. asp works and there are alot others as well but cgi and php seem to be the most popular. i use formmail, so your going to have to setup up the script at a host, then use the following code if you were to use formmail.

[PHP]



[/PHP]

the code tag doesnt seem to wanna work so i had to use the php code tag but this is what would go into your form.

[EDIT]
your also going to have to configure the formmail script itself so that it knows where perl and sendmail is.
[/EDIT]
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum