Log in

View Full Version : Forms and Interactive Images



MikeS
08-02-2009, 01:09 PM
Hi

I am very new to web design so I am not sure how to go about this:

I wish to construct a form - say on the left side of the page with an image on the right side. When the form has been completed I need the image to change (say red to green) so when the image is clicked a file download is started and the form information is uploaded to the server via form to e-mail.

All actions would be on the same page without having to go to another page to download the file on completion of the form.

Is this possible? I do not know Javascript.

Thanks MikeS

bluewalrus
08-03-2009, 02:37 PM
Is the form being submitted when it's complete or just completed and then they can download? If no submit then you'll need javascript. If it's being submitted you can us php.