Problem resolved.
Problem resolved.
1.The email form Input tag name=e-mail and ID=e-mail was an incorrect syntax. It worked fine with Universal Email and servers. But it did not work with Validation. Corrected syntax format:
name=EmailAddress and ID=EmailAddress
or
name=Email_Address and ID=Email_Address
2. Also found that CSS DIV Height needs to be set great enough to add the extra code Show If box and tab in Design View arround the text. After code is complete and tested the CSS Hight for the DIV can be reset to the original setting.