Hi i have a survey form where the user may select multipule checkboxes to multipul questions. does anyone have a snipet for making at least one checkbox required for each of the questions?
code below. <cfform action="index.cfm?fuseaction=surveyprocess" method="POST" enablecab="Yes"> <ol><li>Which of the following magazines do you currently subscribe to,or read on a regular basis:<br> <cfinput type="Checkbox" name="question1" value="National Geographic"> National Geographic<br> <cfinput type="Checkbox" name="question1" value="Nature Australia"> Nature Australia<br> <cfinput type="Checkbox" name="question1" value="New Scientist"> New Scientist<br> <cfinput type="Checkbox" name="question1" value="Time"> Time<br> <cfinput type="Checkbox" name="question1" value="Delicious"> Delicious<br> <br> <li>Do you plan to become a subscriber to AUSTRALIAN GEOGRAPHIC?<br> <cfinput type="Checkbox" name="question2" value="Yes"> Yes<br> <cfinput type="Checkbox" name="question2" value="No"> No<br> <cfinput type="Checkbox" name="question2" value="Maybe"> Maybe<br> <br> <li>Would you consider giving AUSTRALIAN GEOGRAPHIC as a gift?<br> <cfinput type="Checkbox" name="question3" value="Yes"> Yes<br> <cfinput type="Checkbox" name="question3" value="No"> No<br> <cfinput type="Checkbox" name="question3" value="Maybe"> Maybe<br> <br> <li>Would you like to be kept up-to-date on special offers and other exclusive information from AUSTRALIAN GEOGRAPHIC? <br><cfinput type="Checkbox" name="question4" value="Yes"> Yes<br> <cfinput type="Checkbox" name="question4" value="No"> No<br> <br> <li>Your privacy is important to us.Please click on the boxes below if:<br> <cfinput type="Checkbox" name="question5" value="You do not wish to hear from an AUSTRALIAN GEOGRAPHIC promotional partner"> You do not wish to hear from an AUSTRALIAN GEOGRAPHIC promotional partner<br> <cfinput type="Checkbox" name="question5" value="You do not wish to hear from AUSTRALIAN GEOGRAPHIC again"> You do not wish to hear from AUSTRALIAN GEOGRAPHIC again.</ol><br> Kind Regards Greg Stone PH: 0411 787 565 ----- Original Message ----- From: Matt Freer To: CFAussie Mailing List Sent: Thursday, June 03, 2004 5:26 PM Subject: [cfaussie] Re: CFMX Certification. Robin Hilliard wrote: > earlier this year a certified Flash developer from overseas came to work in Sydney, and as the rumor mill went around I had many conversations in the space of a week or two with people trying to determine when his next contract was finishing up. I guess that was me.... Thanks for your support back then Robin. Yep in my experience employers are increasingly looking for certified developers (at least in Australia anyway). I'd recommend anyone going for certification especially those involved in contract work. Cheers Matt __________________________ Matt Freer Senior Programming Developer GRUDEN PTY LTD Tel: 02 9299 9462 Fax: 02 9299 9463 Email: [EMAIL PROTECTED] Web: www.gruden.com ****************************************************** This message and any attachments are confidential to the ordinary user of the e-mail address to which it was addressed and may also be privileged. If you are not the addressee you may not copy, forward, disclose or use any part of the message or its attachments and if you have received this message in error, please notify the sender immediately by return e-mail and delete it from your system. Internet communications cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, arrive late or contain viruses. The sender therefore does not accept liability for any errors or omissions in the context of this message which arise as a result of Internet transmission. Before opening or using attachments, check them for viruses and defects. Our liability is limited to resupplying any affected attachments. ****************************************************** -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robin Hilliard Sent: Thursday, 3 June 2004 4:49 PM To: CFAussie Mailing List Cc: CFAussie Mailing List Subject: [cfaussie] Re: CFMX Certification. Taco Fleur wrote: > I could have looked up every answer as well if I wanted to. All the Macromedia Certifications are conducted under controlled conditions (no looking up books or websites) at VUE testing centres. I've gone on at length about certification before, just wanted to say to those who haven't sat a Macromedia certification exam that they are not necessarily pushovers, they do test quite a few things you wouldn't pick up from a book, and if I was employing someone myself I'd favour a certified candidate over a non-certified one, all other things being almost equal. I think other employers are interested in certified developers too - earlier this year a certified Flash developer from overseas came to work in Sydney, and as the rumor mill went around I had many conversations in the space of a week or two with people trying to determine when his next contract was finishing up. Cheers, Robin ---------------------------------------------------------------------------- ---- Robin Hilliard Consultant Rocketboots Professional Services for Macromedia Technologies +61 418 414 341 ---------------------------------------------------------------------------- ---- --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
