Hello all,
I am creating a simple "Questions" application that allows a person to select a radio button next to a question to either agree or disagree; there are 8 questions. After they have selected an answer to all the questions, they click submit and are done. At present I have eight RadioButtonGroups (one for each question). In each group I have two RadioButtons; one for "agree" and one for "disagree." In another panel I have the label of the RadioButton selection in each RadioButtonGroup displayed. After the user selects an answer in each RadioButtonGroup, all the selections are shown and that is where the Submit Button is. I want to do validation to ensure that at least one RadioButton is selected in each RadioButtonGoup before the submit button is activated. When the user submits, I want an email sent to a mailto:[EMAIL PROTECTED] What is the best way to implement this RadioButtonGroup and email functionality together? Thanks in advance. Andrej770 ------------------------------------------------------------- To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see http://www.affug.com Archive @ http://www.mail-archive.com/discussion%40affug.com/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
