I can't set it as a RTF because the VBA active X content will be lost. The point of the document's VBA was to provide immediate feedback to the user if invalid data was entered or the document was sent with missing data. The document also had code to utilize the user's current email client to send out the test request.
I have since found that php is not and will not be installed on that server.
Additionally, the browser window is not able to instance objects.
My solution for this was to write a second VBA word doc that would open in IE. The secondary doc has shell commands to check what version of MS office the user has and then open my Active X document using their version of winword.
It is not very elegant but it does work.
If anyone else has any other idea that would be more seamless I would be open to them.