<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - Web Form Error Message</title>
    <link>https://forums.adobe.com/community/business_catalyst/content_management_and_modules?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Tue, 14 Oct 2014 01:09:16 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-10-14T01:09:16Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Web Form Error Message</title>
      <link>https://forums.adobe.com/message/6822302?tstart=0#6822302</link>
      <description>&lt;!-- [DocumentBodyStart:96352476-55cc-409f-85a3-29dbe6e20cc9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I want to add something here, for others&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When formatting within the Customise Web Form" (other action) itself, be careful as the result is divorced from any changes made to the webform&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For example Newsletter sign up - with the webform newsletter was chosen and within "Customise Web Form" I could see the newsletter, however the list number was wrong, after checking the html code within the tables, and it does not update.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Even adding a new list, did not actually add the new list to the "Customise Web Form" area, so it needs to be manually added. FYI anyone that did not know that.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:96352476-55cc-409f-85a3-29dbe6e20cc9] --&gt;&lt;img src='/beacon?t=1415883351739' /&gt;</description>
      <pubDate>Tue, 14 Oct 2014 01:09:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6822302?tstart=0#6822302</guid>
      <dc:date>2014-10-14T01:09:16Z</dc:date>
      <clearspace:dateToText>1 month 1 hour ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Web Form Error Message</title>
      <link>https://forums.adobe.com/message/6794418?tstart=0#6794418</link>
      <description>&lt;!-- [DocumentBodyStart:1e25bd36-0bc9-456b-88f8-db9346c58f4f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;OK fixed - the number at top of form was different than the script checking the form.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I realised that each time a web form is changed it gets a new number. catwebformformXXXXX&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However the problem is if you have done quite a bit of CSS formatting (taking out all the tables) and then add new fields, although the number changes within the javascript check, you only copy the new code and new javascript, so you don't have to do all the formatting again.&lt;/p&gt;&lt;p&gt;To fix, you have to then manually change the number at the top as well.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I suppose this problem will not occur if you format within the web form itself.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1e25bd36-0bc9-456b-88f8-db9346c58f4f] --&gt;</description>
      <pubDate>Mon, 06 Oct 2014 12:02:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6794418?tstart=0#6794418</guid>
      <dc:date>2014-10-06T12:02:13Z</dc:date>
      <clearspace:dateToText>1 month 1 week ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Web Form Error Message</title>
      <link>https://forums.adobe.com/message/6794300?tstart=0#6794300</link>
      <description>&lt;!-- [DocumentBodyStart:96480123-25ba-45eb-8700-5e80502b0dc8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a very large collection form although it only has 14 "Required fields&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I press submit, I get a new page with the following message -&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span class="error"&gt;ERROR: An error occurred. Your web form must capture customer name and email address. Please fix this issue and re-insert your web form on your web page.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span class="error"&gt;Name and email are definitely there, and I have tested every field and submitted data.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="error"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="error"&gt;&lt;span class="error"&gt;However if I enter just my name and email address, then all the other required fields are ignored.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I cut down the code to only include the fields that are important to check - same result&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;here it is&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;lt;script type="text/javascript" src="&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://propertywealthpartners.businesscatalyst.com/CatalystScripts/ValidationFunctions.js" rel="nofollow"&gt;http://propertywealthpartners.businesscatalyst.com/CatalystScripts/ValidationFunctions.js&lt;/a&gt;&lt;span&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script type="text/javascript"&amp;gt;&lt;/p&gt;&lt;p&gt;//&amp;lt;![CDATA[&lt;/p&gt;&lt;p&gt;var submitcount75734 = 0;function checkWholeForm75734(theForm){var why = "";if (theForm.FirstName) why += isEmpty(theForm.FirstName.value, "First Name");if (theForm.LastName) why += isEmpty(theForm.LastName.value, "Last Name");if (theForm.EmailAddress) why += checkEmail(theForm.EmailAddress.value);if (theForm.HomeAddress) why += isEmpty(theForm.HomeAddress.value, "Home Address");if (theForm.HomeCity) why += isEmpty(theForm.HomeCity.value, "Home City");if (theForm.HomeState) why += isEmpty(theForm.HomeState.value, "Home State");if (theForm.HomeZip) why += isEmpty(theForm.HomeZip.value, "Home Zipcode");if (theForm.HomeCountry) why += checkDropdown(theForm.HomeCountry.value, "Home Country");if (theForm.CellPhone) why += isEmpty(theForm.CellPhone.value, "Cell Phone Number");if (theForm.CAT_Custom_19946743) why += isEmpty(theForm.CAT_Custom_19946743.value, "Your Age");if (theForm.CAT_Custom_19946749) why += checkDropdown(theForm.CAT_Custom_19946749.value, "Marital Status");if (theForm.CAT_Custom_19946750) why += checkDropdown(theForm.CAT_Custom_19946750.value, "Living Arrangements");if (theForm.CAT_Custom_19947405) why += isEmpty(theForm.CAT_Custom_19947405.value, "What would you like to discuss at our first meeting?");if (theForm.CAT_Custom_19947406) why += isEmpty(theForm.CAT_Custom_19947406.value, "What would you like to achieve in the next 5 years.");if (theForm.CAT_Custom_19948331) why += checkDropdown(theForm.CAT_Custom_19948331.value, "Please read and consent to our use of your information as per our Privacy Statement");&lt;/p&gt;&lt;p&gt;if(why != ""){alert(why);return false;}if(submitcount75734 == 0){submitcount75734++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}&lt;/p&gt;&lt;p&gt;//]]&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I checked it against another smaller form, which is working but can't see any difference between the first few lines and last lines.&lt;/p&gt;&lt;p&gt;&lt;span class="error"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:96480123-25ba-45eb-8700-5e80502b0dc8] --&gt;</description>
      <pubDate>Mon, 06 Oct 2014 11:15:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6794300?tstart=0#6794300</guid>
      <dc:date>2014-10-06T11:15:38Z</dc:date>
      <clearspace:dateToText>1 month 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

