Hello,
I have found source code for recaptcha and try to deploy it in my suggestionform in COld Fusion. It works OK in IE, but doesn't work in Firefox and Chrome. Does anybpdy know how can I fix it?
Thank you ver much
Hello,
I am trying to add ReCaptcha to my form. If someone enters wrong words or nothing at all in reCaptcha field, form refreshes itself. Everything is working fine, except two dynamic fields. I have two fields that appear if someone selects certain selection from dropdowns. I was able to...
Hello,
does anybody know how to use reCaptcha in CF form? I have found source code for CF but I cannot get it to work. If anybody knows how, please help...
Thank you
Hello,
We just got to the point when we need to upgrade our CF5 to CF8. When I tested my forms, it appears validation dones't work on any of them. I mean simple cfinput validation...here is an example of simplest code...
<script language="JavaScript1.2"><!--
function validate(f) {
if...
Hello, I am trying to output multiple select values in drop down box. This is an update form. User sees what he selected previously and can edit it if needed.
This is my code:
<tr>
<td bgcolor=eeeeee width="226" valign="top"><font size="2" face="Verdana, Arial, Helvetica...
Hello,
I have a multiple drop down select and I need to populate another drop down from values selected in that drop down. Does anybody know how can I do it?
Thank you very much!
Hello,
I am hiiting the wall trying to get Distinct work in my query.
Here is the code:
<cfquery name="get_admin_rank" datasource="HomePage">
SELECT rank.request_id, request.request_id, postweeks.request_id, distinct(postweeks.pw_id), request.key_postweek,
postweeks.postweek, admin_rank...
Hello,
I am not sure how to get answer to my question so I tried to ask it in different way. I need to generate drop down box with week numbers and corresponding dates.
For exapmle: Week 1 (01/02/2006 - 01/06/2006)
Week 2 (01/09/2006 - 01/13/2006)
Week 3 (01/15/2006 -...
Hello, I need to include calendar in my form that allows users to select weeks. For example: user requests his article to be displayed on the front page on the first, second and forth week in December. I need them to be able to select those weeks on the calendar. Then I need to record this value...
I am trying to put query results in txt file. I know it will overwrite this txt file if I put <cfoutput query="queryname"> around <cffile>. Does anybody know how can I go around it? My query results in more than one record, but so far I get only one record in my TXT file.
Hello, I was trying to export output to TXT file, but I keep getting error.
My code:
<cffile action = "write" file = "file="#GetTempDirectory()#homepagerank.txt" output = "Rank: #get_admin_rank.admin_rank# Headline: #get_admin_rank.headline# URL: #get_admin_rank.headline# Image Path...
Hello,
did anyone use WYSIWYG editor in Cold Fusion? I have big text area field that needs to work like HTML editor. RIght now user creates html in dreamweaver and then copies it in this text area. I need to make their life easier and put WYSIWYG editor in place. Any suggestions?
Thank you!
Hello,
I am trying to find decent example of 128-bit encryption/decryption algorithm. I did find a couple codes but I didn't understand and I didn't see decryption. Please help!
Thank you!
Hello,
does anybody know how to do 128-bit encryption in Cold Fusion 5? I need to encrypt data and ten decrypt it before downloading to CSV file.
Thank you very much
Olchik
Hello,
Please help me with this problem I need to preserve security t.e. so 2 people cannot login to the same site with the same username and password at the same time.
I know how to put flag. I am thinking to have a field in DB where I put 1 once person logs in, but I don't know how to turn...
Hello,
Please help me with this problem. I need to make an update form in which I have to display all available courses (checkboxes named "courseID" with courseID in value) and at the same time I need to check those boxes that student already registered for.
Here are my queries
<cfif...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.