Advertisement

02.04.2008 at 05:33AM PST, ID: 23134644
[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!

7.8

Problem with CFFORM Flash and Safari Browser???

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

My flash cfform is working fine in all browsers except for Safari on the PC (I have not been able to test on a Mac, but I will assume for now that it would be the same)...  It seems that when I submit, it is kind of like in an iframe or its own little thing and will not submit correctly.  Its a very basic form, but if someone sees something wrong here, please let me know or if there are any tips on making these types of forms work better.

<cfform format="flash" method="post" width="500" height="400" skin="haloblue" action="#request.base_relative_url#index.cfm?method=#attributes.method#&business_id=#Val(attributes.business_id)#" enctype="multipart/form-data">
            <cfinput type="hidden" name="business_id" value="#URL.business_id#">
                  <cfformgroup type="Panel" label="Rate this Business & Write a Review">
                   <cfformgroup type="horizontal" label="Choose A Rating">
                        <cfinput name="rate" type="radio" label="5" value="5" required="yes" message="Please Select Your Rating" />
                        <cfinput name="rate" type="radio" label="4" value="4" required="yes" message="Please Select Your Rating" />
                        <cfinput name="rate" type="radio" label="2" value="3" required="yes" message="Please Select Your Rating" />
                        <cfinput name="rate" type="radio" label="2" value="2" required="yes" message="Please Select Your Rating" />
                        <cfinput name="rate" type="radio" label="1" value="1" required="yes" message="Please Select Your Rating" />
                  </cfformgroup>
                  <cfformgroup type="horizontal" label="Type Review">
                    <cftextarea name="comment" required="yes" message="Please Enter Your Review"></cftextarea>
                  </cfformgroup>
                  <cfformgroup type="horizontal">
                        <cfinput type="submit" name="submit" value="Submit Review" />
                  </cfformgroup>
                  </cfformgroup>
                  
            </cfform>Start Free Trial
[+][-]02.04.2008 at 06:53AM PST, ID: 20814825

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

Zones: Cold Fusion Markup Language, ColdFusion Application Server
Sign Up Now!
Solution Provided By: srikanthmadishetti
Participating Experts: 3
Solution Grade: A
 
 
[+][-]02.04.2008 at 07:10AM PST, ID: 20815016

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]02.04.2008 at 03:22PM PST, ID: 20819218

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628