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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top