Forms

G

Gene McKinney

I have a registration form that I would like to make a
couple of changes to.

Instead of the regular submit button I want to use a gif
picture.

Second I want it so when the customer clicks on "Submit
and Print" it will print out the form they just filled
out and submit it at the same time.

Thanks
 
M

Murray

To use an image, you would just insert an image field, i.e., INSERT | Form >
Picture....
Second I want it so when the customer clicks on "Submit
and Print" it will print out the form they just filled
out and submit it at the same time.

Ain't gonna happen reliably, sorry - IE5x/Mac is the holdout here. A
programmatic print will fail in that browser.
 
Top