<?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</title><link>http://forums.method.me/cs/forums/thread/5522.aspx</link><pubDate>Fri, 11 Mar 2011 17:05:43 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5522</guid><dc:creator>Method_Michael</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5522.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=21&amp;PostID=5522</wfw:commentRss><description>&lt;p&gt;Hi Greg,&lt;/p&gt;
&lt;p&gt;I am glad to see that you are putting the Web Forms to use. At his point we have gone beyond the scope and purpose of this forum for the issue you are now experiencing. This issue is outside of Method (I&amp;#39;m assuming that the code the Method itself generated works) and would be best directed to your own Web Developer if you are still having issues. If the code that Method provides for you doesn&amp;#39;t work then we can open a support ticket related to that. The rule of thumb here is that if the issue is with something that Method provided and has not been modified then we will troubleshoot it. As a suggestion I would compare the code you have now to what Method generated and look for any key differences.&lt;/p&gt;
&lt;p&gt;-Michael&lt;/p&gt;</description></item><item><title>Re: Web form error</title><link>http://forums.method.me/cs/forums/thread/5518.aspx</link><pubDate>Fri, 11 Mar 2011 15:40:17 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5518</guid><dc:creator>SpaScapes</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5518.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=21&amp;PostID=5518</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;The validation script is in the form, I don&amp;#39;t know why it wouldn&amp;#39;t work. The only thing that I can see is different is this:&lt;/p&gt;
&lt;p&gt;Method produces the following line:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;lt;form action=&amp;quot;&lt;a href="https://www.methodintegration.com/method/timezonerouter.aspx?url=https://www.methodintegration.com/MethodWebForms/submit.aspx"&gt;https://www.methodintegration.com/method/timezonerouter.aspx?url=https://www.methodintegration.com/MethodWebForms/submit.aspx&lt;/a&gt;&amp;quot; onsubmit=&amp;quot;return validate_form(this)&amp;quot; method=&amp;quot;POST&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;In my form it is this:&lt;/p&gt;
&lt;p&gt;&amp;lt;form id=&amp;quot;form1&amp;quot; action=&amp;quot;&lt;a href="https://www.methodintegration.com/method/timezonerouter.aspx?url=https://www.methodintegration.com/MethodWebForms/submit.aspx"&gt;https://www.methodintegration.com/method/timezonerouter.aspx?url=https://www.methodintegration.com/MethodWebForms/submit.aspx&lt;/a&gt;&amp;quot; onsubmit=&amp;quot;return validate_form(this)&amp;quot; method=&amp;quot;POST&amp;quot;&amp;gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;in which the form uses the CSS style &amp;quot;form1&amp;quot;. Could this be screwing up the validation? If not, I can&amp;#39;t see anything that is different.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Greg&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Web form error</title><link>http://forums.method.me/cs/forums/thread/5515.aspx</link><pubDate>Fri, 11 Mar 2011 15:16:21 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5515</guid><dc:creator>SpaScapes</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5515.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=21&amp;PostID=5515</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi Victor,&lt;/p&gt;
&lt;p&gt;I think the validation might be the issue. Those are the errors I received today, although they were not the original error. &lt;/p&gt;
&lt;p&gt;I will fix the validation in the form, test it and let you know if any non-validation errors happen.&lt;/p&gt;</description></item><item><title>Re: Web form error</title><link>http://forums.method.me/cs/forums/thread/5514.aspx</link><pubDate>Fri, 11 Mar 2011 14:51:26 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5514</guid><dc:creator>Method_Victor</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5514.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=21&amp;PostID=5514</wfw:commentRss><description>&lt;p&gt;Hi Greg,&lt;/p&gt;
&lt;p&gt;You can copy the error to the forum, so other people having the same problem will also know how to fix it. Also, while testing your web form, I&amp;#39;ve noticed that you don&amp;#39;t have validation for any of the fields (even though we did include the javascript validation in our web forms). As a result, if a customer for example doesn&amp;#39;t enter a his name, (which is a required Method field), he will get an error that form was not submitted and you will get an error message saying something like &amp;quot;Not all required fields are present.Required field Name is not passed for the table Customer&amp;quot;.&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
&lt;p&gt;Victor&lt;/p&gt;</description></item><item><title>Re: Web form error</title><link>http://forums.method.me/cs/forums/thread/5510.aspx</link><pubDate>Fri, 11 Mar 2011 14:36:31 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5510</guid><dc:creator>SpaScapes</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5510.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=21&amp;PostID=5510</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi Victor,&lt;/p&gt;
&lt;p&gt;I received another strange error today. Can I forward the email to you?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description></item><item><title>Re: Web form error</title><link>http://forums.method.me/cs/forums/thread/5480.aspx</link><pubDate>Wed, 09 Mar 2011 22:55:44 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5480</guid><dc:creator>Method_Victor</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5480.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=21&amp;PostID=5480</wfw:commentRss><description>&lt;p&gt;Greg,&lt;/p&gt;
&lt;p&gt;When you&amp;#39;ve received an error today afternoon, did it include a valid referrer URL in the error message? &lt;/p&gt;
&lt;p&gt;I believe the light box would not make a difference, since it&amp;#39;s just a simple HTML form being submitted and light box in my opinion should not interfere.&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
&lt;p&gt;Victor&lt;/p&gt;</description></item><item><title>Re: Web form error</title><link>http://forums.method.me/cs/forums/thread/5478.aspx</link><pubDate>Wed, 09 Mar 2011 22:47:03 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5478</guid><dc:creator>SpaScapes</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5478.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=21&amp;PostID=5478</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi Victor,&lt;/p&gt;
&lt;p&gt;I received your test messages today. They came through fine.&lt;/p&gt;
&lt;p&gt;Yesterday when I received the error the form&amp;nbsp;had been&amp;nbsp;filled in correctly by a customer. As I said before, I was able to see their information in the error message.&lt;/p&gt;
&lt;p&gt;I received another error this afternoon, however this time the message did not include any customer information. All fields were blank. &lt;/p&gt;
&lt;p&gt;Could this have anything to do with the fact my form appears in a light box?&lt;/p&gt;
&lt;p&gt;I will let you know if this happens again.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Greg&lt;/p&gt;</description></item><item><title>Re: Web form error</title><link>http://forums.method.me/cs/forums/thread/5469.aspx</link><pubDate>Wed, 09 Mar 2011 17:38:59 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5469</guid><dc:creator>Method_Victor</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5469.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=21&amp;PostID=5469</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;If you get an error &amp;quot;&lt;span style="font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;font-size:12pt;"&gt;The URL from which web form was submitted is not within a selected refferer list.&lt;/span&gt;&amp;quot; it usually means that someone downloaded your web form and tries to submit faulty values to your web form. Since our assumption is that values are faulty, since they came from an untrusted source, we don&amp;#39;t submit them to Method and allow you to decide whether these values are valid or not. &lt;/p&gt;
&lt;p&gt;However, in order for the Web Forms to be a bit more user friendly, we will now include the actual URL from which Web Form was submitted in the email that we send, therefore you will know for sure if the data was sent from valid source, or if the source is faulty. &lt;/p&gt;
&lt;p&gt;We also went to the SpaScape website and tested the webforms and we didn&amp;#39;t get any &amp;quot;Invalid referrer&amp;quot; error. If you continue experiencing any problems, don&amp;#39;t hesitate to contact us.&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</title><link>http://forums.method.me/cs/forums/thread/5459.aspx</link><pubDate>Wed, 09 Mar 2011 01:07:54 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5459</guid><dc:creator>SpaScapes</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5459.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=21&amp;PostID=5459</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve set up a Web-to-lead form. I spent a while customizing it and tested it out&amp;nbsp;about a dozen times. I received an error email today after a potential customer tried to fill it out the form. I tried&amp;nbsp;to duplicate the form problem&amp;nbsp;myself, but it worked fine. &lt;/p&gt;
&lt;p&gt;The error email is as follows:&lt;/p&gt;
&lt;p&gt;&amp;quot;Subject: Error encountered on webform Web-To-Lead&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;font-size:12pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-ansi-language:EN-CA;mso-fareast-language:EN-CA;mso-bidi-language:AR-SA;"&gt;Your client had encountered an error with web form Web-To-Lead. This may be due to incorrect setup of the web form. The error encountered was: The URL from which web form was submitted is not within a selected refferer list.&amp;nbsp;&lt;/span&gt;&amp;nbsp;&amp;quot;&lt;/p&gt;
&lt;p&gt;The email went on with the information the form tried to send. I was able to pick out the customers information, but nothing had been posted to method.&lt;/p&gt;</description></item></channel></rss>