R – Force InfoPath form to open in Browser

infopathsharepoint

I created an InfoPath form that uses VB code to push fields into a custom list I created on a SharePoint 2007 site. This part works.

I "published" the form into a form library.

I changed the settings on that form library to open items in the browser and allow editing of content types.

In InfoPath under Form Settings I chose the compatibility setting to allow this form to be opened in a browser, I linked to my Forms service online, and ran the design checker. No errors.

When I try to open it in the browser using the "Edit in Browser" setting I get this error message:

This form template is not currently
browser-enabled. It must either be
republished as a browser-enabled form,
or opened using Microsoft Office
InfoPath 2007.

No matter what I do, the form will not open in the browser. This is all I want. Did I miss something??

Best Answer

You need to upload your form thru Central Administration because you use code in your form. See this MSDN acticle.

Related Topic