<?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: Formula help</title><link>http://forums.method.me/cs/forums/thread/5474.aspx</link><pubDate>Wed, 09 Mar 2011 18:26:40 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5474</guid><dc:creator>Matt</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5474.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=21&amp;PostID=5474</wfw:commentRss><description>&lt;p&gt;Hi Victor,&lt;/p&gt;
&lt;p&gt;I just re-read the error message that I got in the email. It appears the error was that the required Name field was left blank, which would make sense because without the checkbox checked, the formula wasn&amp;#39;t entering a value for it. I was mistakenly thinking it was because the checkbox wasn&amp;#39;t checked.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So, yes I can keep the checkbox field as required without it causing any problems. Thanks for the help and thanks for pointing out the correct way to write the formula.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Formula help</title><link>http://forums.method.me/cs/forums/thread/5470.aspx</link><pubDate>Wed, 09 Mar 2011 18:04:44 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5470</guid><dc:creator>Method_Victor</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5470.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=21&amp;PostID=5470</wfw:commentRss><description>&lt;p&gt;Hi Matt,&lt;/p&gt;
&lt;p&gt;There are few things there I would like to point out:&lt;/p&gt;
&lt;p&gt;Great with coming up with formula &amp;quot;if(Contains(&amp;#39;Service1_Step3&amp;#39;,&amp;#39;True&amp;#39;)=&amp;#39;true&amp;#39;,&amp;#39;Estimate
for: service1&amp;#39;,&amp;#39;&amp;#39;)&amp;quot;. If you want, you can even write something like &amp;quot;if(Service1_Step3==&amp;#39;True&amp;#39;,&amp;#39;Estimate for: service1&amp;#39;,&amp;#39;&amp;#39;)&amp;quot; which is even simpler.&lt;/p&gt;
&lt;p&gt;Since checkbox field always has a value, if you set &amp;quot;Service1_Step3&amp;quot; to &amp;quot;Required&amp;quot;, no harm will be done. Setting the field as required in web forms, will not make it required anywhere else.&lt;/p&gt;
&lt;p&gt;The reason why we have the &amp;quot;required&amp;quot; rule is because if some formula expects a value and no value is provided, the field will not get the expected formula result and will throw an error. If this field does not get a result, any fields that depend on it will also get broken and web form will not get submitted.&lt;/p&gt;
&lt;p&gt;So, is there any specific reason why you don&amp;#39;t want the checkbox field to be required (knowing that it won&amp;#39;t affect anything in your web forms)?&lt;/p&gt;
&lt;p&gt;Victor&lt;/p&gt;</description></item><item><title>Formula help</title><link>http://forums.method.me/cs/forums/thread/5451.aspx</link><pubDate>Tue, 08 Mar 2011 21:12:08 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5451</guid><dc:creator>Matt</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5451.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=21&amp;PostID=5451</wfw:commentRss><description>&lt;p&gt;I am trying to create a web form that has checkboxes to allow the customer to choose which service(s) they would like to receive an estimate on. To be able to add the checkboxes to the form, I added Yes/No fields to the opportunity table for example: Service1, Service2.&lt;/p&gt;
&lt;p&gt;In step 3 of the web form wizard I added Service1, Service2 so that they would show up on the web form and that works fine.&lt;/p&gt;
&lt;p&gt;I would like to take it 1 step further and have the Opportunity&amp;gt;Name field be updated based on which services are checked, so if they checked Service1, the opportunity name would be &amp;#39;Estimate for Service1&amp;#39; I updated the formula for Opportunity Name to be:&amp;nbsp;if(Contains(&amp;#39;Service1_Step3&amp;#39;,&amp;#39;True&amp;#39;)=&amp;#39;true&amp;#39;,&amp;#39;Estimate
for: service1&amp;#39;,&amp;#39;&amp;#39;)&lt;/p&gt;
&lt;p&gt;When I click finish on Step 8, a window pops up saying: Service1_Step3 field should be required, since it was used in a formula for field Name_Step3. If I make&amp;nbsp;Service1_Step3 required, the form will work (and the name field gets updated the way I want), so long as Service1 is checked. If Service1 is not checked, the web form will return an error when I click submit because Service1 is a required field and it is not checked.&lt;/p&gt;
&lt;p&gt;Is there a way to bypass making&amp;nbsp;Service1_Step3 required? I saw that CompanyName_Step2 is used in formulas, but it is not a required field.&lt;/p&gt;</description></item></channel></rss>