Look and feel refers to how the responses to your form
appear. In most cases You will have your own headers and
footers and may wish to keep them when Advanced Form Handler
displays any messages.
To accomplish this take the existing file afheadertrailer.asp
and replace it with your own sample page.
Then add the following lines to this file. At the
very top
<%
Sub AfhHeader
%>
In the middle which represents the bottom portion
of your page add the lines.
<%
end sub
Sub AfhTrailer
%>
The result is any time Advanced form handler needs to write
any messages it will be your page and messages will appear in
between the lines you just pasted.