Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
SMcClean #1
Developer Toolbox - Integrate (ASP) CAPTCHA
Hi there,
I would like to know how to integrate (ASP) CAPTCHA into forms created using
the developer toolbox. I use webwiz CAPTCHA and this works well, but the
processing page must be different from the form page. The toolbox generated
forms look pretty complicated and I would like to know if anyone has
successfully done this - or knows how to go about achieving this.
I hope you can help
Regards
Scott
SMcClean Guest
-
Developer Toolbox Question: contact form with Captcha
Hi, Are there any on line tutorials which instruct on how to create an email contact us form with captcha? EIther video or text? If so where... -
Developer Toolbox
Hi, I still have DW8, and CS3 also. When i try to add "Upload and Resize Image" form DevToolbox, Vb.ASP, Im getting error like: While... -
Developer Toolbox Release since 1.0?
Back when InterAkt owned the extension, they were constantly updating the software. Since I upgraded through Adobe, I haven't seen any place I can... -
DW Developer Toolbox updates?
Have there been any updates to the Developer toolbox since it's release? Also, any links where documentation can be found? Thanks. Chris -
When will DW Developer Toolbox be available in Australia
It is not possible to download Developer Toolbox from the Australian Adobe website. I have tried to pay and download from the USA site but it... -
zemheri #2
Re: Developer Toolbox - Integrate (ASP) CAPTCHA
I will give an example for a forgot password page..
1. Insert these strings at the top of your forgot password page
<!-- #include file="captcha/CAPTCHA_process_form.asp" -->
<%If Request.Form("capcontrol")="1" AND blnCAPTCHAcodeCorrect = false Then
Response.Redirect("forgotpassword.asp?cap=0")
End If
%>
2. Add captcha to your form as usual.
3. Insert a new hidden field to your form as below
<input name="capcontrol" type="hidden" value="1" />
it's a shame they don't have a captcha option for asp..
Mehmet
zemheri Guest



Reply With Quote

