Several ways to do it. You can setup a submit handler to examine and save
all values before actual submission. You can also just verify those values
in the program your submit calls. Setup hidden fields in that prog and when
you send the user back to correct their mistakes, what they typed in will be
there if you setup the values properly.
ie:

<input type="text" name="mytext" <cfif isDefined("form.mytext")>
value='#form.mytext#' </cfif> >


-----Original Message-----
From: Paul [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 01, 2002 12:08 PM
To: CF-Talk
Subject: Radio Button Form Question


Hello,

    I believe this will be a light weight question for this list,

    I am creating a customer feedback survey, in which customers answer
question by selectin 1-5 on a list of radio buttons....

    In the situation where a customer leaves a question or mutltiple
questions blank how do I return the customer to the form with the radio
buttons
    that he/she did fill out populated?

    Thanks
    -Paul


______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to