Advertisement

10.17.2006 at 08:12AM PDT, ID: 22027419
[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!

8.6

CFFORM Not Validating on Server

Asked by kenjpete in ColdFusion Application Server

Tags: ,

I have a simple "Create New Profile" form on my site using CFFORM and validating all fields in the form. When I test it on my workstation (WinXP, CF7) it works great. When I upload the same page to my web server (CFMX 6.1, IIS6) the validation does not work at all. If you click the "Create New Profile" button no validation occurs and the page tries to submit to the action page. Here is the form code:

<cfform action="subscription.cfm" method="post" name="newprofileform" id="newprofileform">
        <cfinput name="First"
            required="yes"
            type="text"
            size="30"
            id="First"
            message="Please enter your first name">
                                     
         <cfinput name="Last"
             required="yes"
             type="text"
             size="30"  
             id="Last"
            message="Please enter your last name">
                                     
          <cfinput name="UserEmail"
             type="text"
             required="yes"
             validate="regular_expression"
             pattern="[A-Za-z0-9_]+@[A-Za-z0-9_]+\.[A-Za-z]+"
             message="Please enter a valid email address with no spaces"
             size="30"
             id="Email" />
                       
           <cfinput name="PCode"
            type="password"
            required="yes"
            size="30"
            id="PCode"
            message="Please enter your password">
                                    
          <cfselect
            name="UserGroup"
            id="UserGroup"
            required="yes"
            message="Please select your group"
            multiple="yes"
            size="6">
                   <option value="Parent">Parent
                   <option value="Teacher">Teacher
                   <option value="Student">Student
                   <option value="School Admin">School Administrator
                    <option value="Community Member">Community Member
                     <option value="Other">Other
         </cfselect>
                                         
            <input name="Submit"
            type="submit"
            id="Submit button"
            value="Create new profile"
            title="Submit Button">

</cfform>

Anyone have any ideas?

thanks,
  KenStart Free Trial
[+][-]10.17.2006 at 08:24AM PDT, ID: 17748518

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.17.2006 at 08:52AM PDT, ID: 17748830

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 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.17.2006 at 09:01AM PDT, ID: 17748939

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.17.2006 at 01:00PM PDT, ID: 17751534

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 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.17.2006 at 02:00PM PDT, ID: 17752144

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.18.2006 at 12:53PM PDT, ID: 17760013

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 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.18.2006 at 01:56PM PDT, ID: 17760684

View this solution now by starting your 7-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

Zone: ColdFusion Application Server
Tags: cfform, action
Sign Up Now!
Solution Provided By: dgrafx
Participating Experts: 1
Solution Grade: A
 
 
[+][-]10.18.2006 at 04:28PM PDT, ID: 17762142

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 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20081112-EE-VQP-42