PDA

View Full Version : Customizing a CoffeeCup-generated flash form



dvilimek
21 May 2009, 09:23 PM
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



<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> &nbsp; <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>

bermuda
22 May 2009, 12:29 AM
If you do know a lot about editing the SWF files created using the Flash interface and also you state not liking certain features of CoffeeCup, why are you using that for the form making anyway? When it comes to do options like ActionScripting, manual editing is always preferred.