[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

10/13/2009 at 12:42PM PDT, ID: 24808997
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.0

Checkbox validation using cfform

Asked by michgantt in Cold Fusion Markup Language, ColdFusion Application Server

Tags: cfinput, checkbox, validation

I want to make sure that at least one checkbox is checked in each of several checkbox groups (within each group, all the checkboxes have the same name) before the form can be submitted. I want to use cfform rather than form so that the error messages for the text fields display in a popup instead of on a different page. This is a multi-page form and I don't want the user to have to click the back button. I have searched for and tried a bunch of solutions, but none of them work with cfform. I am relatively new to ColdFusion and am using MX7.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
<tr valign="top">
    <td class="homepage_content" align="right"><font color="#FF0000">*</font><b>Contact Type</b><br>
   (select all that apply)</td>
   <td class="homepage_content">
        <cfset max=2><cfset start=1><cfset RowNum = #getContactType.Recordcount#/2 + 1>
        <table border="0" width=100% cellpadding="0" cellspacing="0">
                <cfloop from="1" to="#RowNum#" index="x">
	<tr>
	<cfoutput query="getContactType" startrow=#start# maxrows=#max#>
	    <td class="homepage_content"><cfinput type="checkbox" value="#TypeOfContactID#" name="ContactType">#TypeOfContact#</td>
	</cfoutput>
                     </tr>
	<cfset start = start + max>
              </cfloop>
            </table>
        </td>
	</tr>
[+][-]10/14/09 08:29 PM, ID: 25577002

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10/15/09 11:08 AM, ID: 25583120

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10/15/09 06:11 PM, ID: 25586290

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10/15/09 07:01 PM, ID: 25586485

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10/16/09 12:48 AM, ID: 25587597

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10/16/09 01:52 PM, ID: 25593232

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Cold Fusion Markup Language, ColdFusion Application Server
Tags: cfinput, checkbox, validation
Sign Up Now!
Solution Provided By: _agx_
Participating Experts: 3
Solution Grade: A
 
 
[+][-]10/16/09 01:53 PM, ID: 25593244

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20090824-EE-VQP-74 - Hierarchy / EE_QW_3_20080625