Victor Okunev wrote:
I am trying to embed an HTML document with a <form> tag that has an id
attribute:

<form id="contact" action="/gdform.php" method="post">

The form tag is not allowed in XDoc. Try doing "forrest site" and you will find validaton fails.

You will need to use HTML sources.

Ross