Web site forms can sometimes be confusing to site visitors. Once they click on that
submit button, one of two things can happen. They either get left suspended, not
quite knowing if the form has been submitted or not, or, if a good web designer has
done his job correctly, a confirmation page will pop-
The form gets REPLACED by the confirmation message, leaving the visitor in no doubt as to whether the form has been submitted or not.
There are a number of good reasons why this is a good approach to form submission. Firstly, the visitor doesn’t leave the page and get redirected to a confirmation screen. Secondly, there is no need for the visitor to hit a back button or link after viewing the confirmation. And lastly, because the form is no longer visible on the page, the chances of accidental multiple submissions are minimized. On the next page we show you how to achieve this simple effect in WebPlus.