Avatar

Level 10

The actual submit buttons woudl be invisible (as you do not want your user to click them - you will click then when you are ready in

your form). The button the user does see is a regular button that exposes a click event where you place your code and this code clicks the invisible submit button on behalf of the user. Note that code on a submit button will not execute and will be ignored. This might be what you were indicating in your last message but I was not sure so I hope I clarified for you.

Paul