| David Beltz 2004-02-22, 8:34 am |
|
>-----Original Message-----
>I have a form set up at our web site that requires the
>user to answer some questions and make a comment, if
>desired. The form is properly processed and arrives at
>the expected email destination. However, the data
>displayed after 'submit' is entered and the data received
>at the desired email location is that of the 'Option
>Button Properties' (i.e. V1 or V2 for each button)
instead
>of the actual form and the responses for each question.
>How can I fix that?
>
>David
>Hey, David. I think you misunderstand a bit how Option
Button Properties work. The button's value defaults to
V1, V2, etc. so that it what is returned when a user
submits the form. To get more meaningful values, since
the whole form is not actually sent to the email
recipient, use names such as Quiz1Qustion1-Yes,
Quiz1Question7-No. These are then the values that will be
mailed to the designated recipient.
David
>
|