Hello,
Not sure if this is possible....
I'd like to put a different Captcha into a flash web form
I built using CoffeeCup Form Builder -- I just simply like
the aesthetics of these images better than the ones
provided by CoffeeCup. However, I've tried and tried to
find where in the resulting published files I would insert
the below code. Pretty simple task in any other form I've
designed on my own outside of CoffeeCup. Is it possible?
The files published are:
database_management_example.php
uploadform.html
uploadform.php
uploadform.xml
ccmt.php
swfobject.php
Thanks,
Dino
Not sure if this is possible....
I'd like to put a different Captcha into a flash web form
I built using CoffeeCup Form Builder -- I just simply like
the aesthetics of these images better than the ones
provided by CoffeeCup. However, I've tried and tried to
find where in the resulting published files I would insert
the below code. Pretty simple task in any other form I've
designed on my own outside of CoffeeCup. Is it possible?
The files published are:
database_management_example.php
uploadform.html
uploadform.php
uploadform.xml
ccmt.php
swfobject.php
Thanks,
Dino
Code:
<table cellpadding=5 cellspacing=0 bgcolor="#E4F8E4">
<tr bgcolor="#AAD6AA">
<td colspan="2"><font color="#FFFFFF" face="Verdana"
size="2"><b>Image Verification</b></font></td>
</tr>
<tr>
<td style="padding: 2px;" width="10"><img
src="/captcha/captchac_code.php" id="captcha"></td>
<td valign="top"><font color="#000000">Please enter the
text from the image</font> <br><input type="text"
name="Turing" value="" maxlength="100" size="10">
[ <a href="#" onclick=" document.getElementById
('captcha').src = document.getElementById('captcha').src +
'?' + (new Date()).getMilliseconds()">Refresh Image</a> ]
[ <a href="/captcha/whatisturing.html"
onClick="window.open
('/captcha/whatisturing.html','_blank','width=400,
height=300, left=' + (screen.width-450) + ',
top=100');return false;">What's This?</a> ]
</td>
</tr>
</table>