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,
Thank you for your response. I was away for last 2 weeks.
Getting back is not easy and I have to say I don't understand anything. Is there any other way to retain value when form refreshes?
Thank you
Thank you again! Here is the function
function ShowReg2(op) {
document.getElementById('Report a bug').style.display='none';
document.getElementById('Complaint').style.display='none';
document.getElementById('Compliment').style.display='none'...
Hello, thank you for your response!
Here is the code
<select id="feedbacktype" name="feedbacktype" onChange="ShowReg2(this.selectedIndex)">
<option value='0'> -- select--
<option value="Report a bug" <cfif IsDefined("form.recaptcha")>
<cfif #form.recaptcha# is false><cfif...
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...
I have got it to work:-) I did put in wrong place, that's why it didn't give me the right output. Now I will work on preventing to submit if the value is false. Thank you for your help. I might bother you again on this:-) You are always a BIG help. I really appreciate it!
This form submits to itself...
I have this on the top
<cfif isDefined("form.entrydate")>
<cfquery datasource="ASME2" name="insert">
INSERT INTO wsfeedback
(entrydate, firstname, lastname, member_id)
VALUES
(#Now()#, '#form.firstname#', '#form.lastname#', '#form.member_id#')...
This is the whole form, I have put output for captcha on test.cfm
<cfif isDefined("form.entrydate")>
<cfquery datasource="ASME2" name="insert">
INSERT INTO wsfeedback
(entrydate, refurl, reftitle, email, feedbacktype, feedbackregard, <cfif...
I just need it to prevent from being submitted if the value is bad, but I don't know how to do it:-(
When I used Captcha (javascript source code) I just inserted it and it worked. I didn't have to add anything to it. But I was said Captcha is not good enough and I need to use reCaptcha, but I...
I am not looking for anything else. It just doesn't work for me and I don't know what am I doing wrong. He is a custom tag itself....
<cfsetting enablecfoutputonly="true">
<cfscript>
CHALLENGE_URL = "http://api.recaptcha.net";
SSL_CHALLENGE_URL = "https://api-secure.recaptcha.net"...
Hello,
thank you for your response. Here is the code. It lets me submit without entering anything in reCaptcha field.
<cf_recaptcha action="check"
privateKey="6Ld7l7oSAAAAANeJkL7MGfEgB6AVYo7QHVXFkgaG"
publicKey="6Ld7l7oSAAAAAOxY9FHq-vpjMHh9IMARx04-8U-l">
<cfif...
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
Oh...I just tried my page with staging.asmeconferences.org instead of IP address and it works! Before IT upgraded development server to CF8, I have used IP address and it worked fine. Now, after upgrade, I just have to use name and not IP. Thank you very much for helping me!
Hi again,
I have asked IT and they told me I have used wrong URL.
http://staging.asmeconferences.org/CFIDE/scripts/cfform.js
It didn't give me 404 error
It gave me something like...
/*ADOBE SYSTEMS INCORPORATED
Copyright 2007 Adobe Systems Incorporated
All Rights Reserved.
NOTICE: Adobe...
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.