Results 1 to 2 of 2

Thread: Customizing a CoffeeCup-generated flash form

  1. #1
    Join Date
    Apr 2008
    Posts
    12

    Customizing a CoffeeCup-generated flash form

    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

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

  2. #2
    Join Date
    Jun 2007
    Posts
    359
    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.

Similar Threads

  1. Flash mail form + php big problem
    By irka in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 09 Dec 2009, 07:00 AM
  2. How To Create A Feed Back Form In Flash
    By setty in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 12 Jul 2006, 06:40 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •