is this possible...

R

rodchar

hey all,
can you create a form in InfoPath and embed that form on a web page? Or am I
thinking of this all wrong?

thanks,
rodchar
 
C

craigfilesgoog

If you're in Office 2007, you should be able to make an infopath form,
using the design checker to make sure it is web compatible. You will
need Infopath Forms Server to host the forms, then you can embed it
with this.

<object type="text/html" data="http://somedomain.com/
somepage.html" width="whatever" height="whatever">
<p><a href="http://somedomain.com/somepage.html">view
somepage</a></p>
</object>

Some Links:
Forms Server Home: http://office.microsoft.com/en-us/formsserver/default.aspx
Design Checker Homepage: http://office.microsoft.com/en-us/infopath/HA012304821033.aspx

Hope this helps
 
R

rodchar

Thank you for the help.

If you're in Office 2007, you should be able to make an infopath form,
using the design checker to make sure it is web compatible. You will
need Infopath Forms Server to host the forms, then you can embed it
with this.

<object type="text/html" data="http://somedomain.com/
somepage.html" width="whatever" height="whatever">
<p><a href="http://somedomain.com/somepage.html">view
somepage</a></p>
</object>

Some Links:
Forms Server Home: http://office.microsoft.com/en-us/formsserver/default.aspx
Design Checker Homepage: http://office.microsoft.com/en-us/infopath/HA012304821033.aspx

Hope this helps
 
Top