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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278060 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

