<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.method.me/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Method:Classic Web Forms</title><link>http://forums.method.me/cs/forums/21.aspx</link><description>Use this forum to provide feedback on Method Web Forms. Let us know about bugs, error messages, annoyances and ways we can make web-forms easier or more powerful!</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: Web form error with IE only</title><link>http://forums.method.me/cs/forums/thread/6342.aspx</link><pubDate>Wed, 01 Jun 2011 04:29:02 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:6342</guid><dc:creator>larryr</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/6342.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=21&amp;PostID=6342</wfw:commentRss><description>&lt;p&gt;On further analysis, I have found a bug in IE8. The problem, as you correctly discovered, was that my html had a form within a form. However, this state of affairs was not how I had constructed the page.&lt;/p&gt;
&lt;p&gt;My page was loaded into memory correctly, as a single xhtml form. However, when I assigned that text to the innerHTML of my page container div, IE changed the structure, and moved the endform element to make the resulting html incorrect. Further processing compounded this error to insert the nested form element.&lt;/p&gt;
&lt;p&gt;It turns out the problem was that I had a button element as the last element in the form, but specified as follows:&lt;/p&gt;
&lt;p&gt;&amp;lt;form&amp;gt;&amp;lt;div&amp;gt;...&amp;lt;button ... /&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/form&amp;gt;&lt;/p&gt;
&lt;p&gt;IE turned this into&lt;/p&gt;
&lt;p&gt;&amp;lt;form&amp;gt;&amp;lt;div&amp;gt;...&amp;lt;button&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/form&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/button&amp;gt;&amp;lt;/div&amp;gt;&lt;/p&gt;
&lt;p&gt;This put the closing form tag in the wrong place.&lt;/p&gt;
&lt;p&gt;I corrected the problem by specifying the button with an explicit closing tag:&lt;/p&gt;
&lt;p&gt;&amp;lt;form&amp;gt;&amp;lt;div&amp;gt;...&amp;lt;button ...&amp;gt;&amp;lt;/button&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/form&amp;gt;&lt;/p&gt;
&lt;p&gt;-- Larry&lt;/p&gt;</description></item><item><title>Re: Web form error with IE only</title><link>http://forums.method.me/cs/forums/thread/6300.aspx</link><pubDate>Tue, 31 May 2011 00:28:26 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:6300</guid><dc:creator>larryr</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/6300.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=21&amp;PostID=6300</wfw:commentRss><description>&lt;p&gt;Thank you for the quick response. I was aware of the html issue, but I didn&amp;#39;t think it was related to the IE error. I very much appreciate your help!&lt;/p&gt;
&lt;p&gt;-- Larry&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Web form error with IE only</title><link>http://forums.method.me/cs/forums/thread/6298.aspx</link><pubDate>Mon, 30 May 2011 21:57:24 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:6298</guid><dc:creator>Method_Victor</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/6298.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=21&amp;PostID=6298</wfw:commentRss><description>&lt;p&gt;Hi Larry,&lt;/p&gt;
&lt;p&gt;I had debugged your web form and came to conclusion that the problem is on your side. The reason for your error, is the way your html page is built. For example, if you look at your page with IE8 Developer Tools, you will notice that within an html tag &amp;lt;form id=&amp;quot;form_contact&amp;quot;&amp;gt; you have another html tag&amp;nbsp;&amp;lt;form id=&amp;quot;form_contact&amp;quot;&amp;gt; which is not allowed by the HTML rules (thats just one of the obvious problems I&amp;#39;ve noticed).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have also generated your &amp;quot;Std Web-To-Lead&amp;quot; form and ran it in a separate HTML page in Firfox, Chrome and IE, and it worked perfectly fine.&lt;/p&gt;
&lt;p&gt;What I can suggest is cleaning up your HTML page, following W3C standarts, and once your page is in good condition, Method web forms will work without any problems.&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
&lt;p&gt;Victor&lt;/p&gt;</description></item><item><title>Web form error with IE only</title><link>http://forums.method.me/cs/forums/thread/6291.aspx</link><pubDate>Mon, 30 May 2011 20:18:36 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:6291</guid><dc:creator>larryr</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/6291.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=21&amp;PostID=6291</wfw:commentRss><description>&lt;p&gt;I have a web form which works in Firefox, but the same form (same site) generates an error when I submit it from IE8.&lt;/p&gt;
&lt;p&gt;This form can be found at www.freedupsolutions.com if you click on either the Find Out More button or the Contact Us button.&lt;/p&gt;
&lt;p&gt;In Firefox, the form is submitted, I get the contact info in my Opportunities, and I receive a notification by email as expected. But in IE8, no data is submitted, no notification is generated, and I receive the &amp;#39;We couldn&amp;#39;t authenticate web form provider&amp;#39; error message.&lt;/p&gt;
&lt;p&gt;www.freeupsolutions.com is included as an authorized web form provider (otherwise, the form would not work from Firefox).&lt;/p&gt;
&lt;p&gt;Larry&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>