Hey Pete, Look under the 'flash forms' section here http://www.asfusion.com/examples/ they have a load of stuff on 'binding' they do a couple of examples using check boxes which might suite your application more, at the moment they only bind to another check box, so you check one, and another becomes available, I'm sure it wouldn't take much more work to get it working with a text input though.
Hope that helps, I would love to help more, but it's been about a year since I've touched flash remoting so don't really know what I'm doing. Rob -----Original Message----- From: Pete [mailto:[EMAIL PROTECTED] Sent: 14 May 2007 17:23 To: CF-Talk Subject: RE: RIA's - Flash Forms Hi Just wondering if anyone might have any idea in relation to this? Thanks P -----Original Message----- From: Pete [mailto:[EMAIL PROTECTED] Sent: Monday, 14 May 2007 10:01 PM To: CF-Talk Subject: RIA's - Flash Forms Hi there I am trying to finish of a flashform. Basically what I am trying to do is the following - but a little unsure of how it is done. Basically I want to include a question with radio buttons Yes and No as the possible answers. If Yes is selected then I will display text box which is to be filled in. If No is selected then the user will just continue on. Also how to I make it so that the user MUST complete either Yes or No. I have the form which can be viewed at http://www.drzacharia.com.au/vcflashform.cfm The code that I have for Step 3 is as follows is <cfformgroup type="horizontal"> <cfformitem type="text" width="200">Have you had previous surgery?</cfformitem> <cfinput onclick="#enable_previous_surgery_validation#" type="radio" label="Yes" name="previous_surgery" value="Yes" required message="Please select if you have previously had cosmetic surgery"> <cfinput onclick="#disable_previous_surgery_validation#" type="radio" label="No" name="Previous_surgery" value="No"> <cfformitem type="text" width="200">If you have previously had cosmetic surgery please let us know what procedure you had performed</cfformitem> </cfformgroup> <cfformgroup type="horizontal"> <cfformitem type="text" width="200">If YES please elaborate, if NO please enter N/A</cfformitem> <cfinput type="text" name="elaboration" required="yes" size="25" maxlength="25" height="100" validateat="onsubmit,onServer"> </cfformgroup> Thanks in advance for assistance ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278064 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

