W
wucookie
Hi,
I was asked to help with fixing this Form with Option Buttons. To explain
this in the most simplest way...
Basically there is an Option button control with 2 options (Yes / No). What
I want to do is once the user clicks on Yes a list of Names (Text Box
controls above this section where user already typed in the names) will
appear. The user can select a name from this list of Names.
Just wondering what is the best way of doing this? If I insert the Text Box
fields of the list of Names below the option button again then the controls
will be duplicated (not sure if this is the best way to lay the form out),
though this is what my client wants.
What I did when the user click on No option, the form just reads it as No
and there is an Optional Section below which the user must click again to
fill in a few more text boxs. This is fine for now.
So in regards with the Yes option, should I have an onAfterChange script for
Option button control? or some sort of Data Validation or Rules. Hope
someone can point me in the right direction.
Thanks in advance!
I was asked to help with fixing this Form with Option Buttons. To explain
this in the most simplest way...
Basically there is an Option button control with 2 options (Yes / No). What
I want to do is once the user clicks on Yes a list of Names (Text Box
controls above this section where user already typed in the names) will
appear. The user can select a name from this list of Names.
Just wondering what is the best way of doing this? If I insert the Text Box
fields of the list of Names below the option button again then the controls
will be duplicated (not sure if this is the best way to lay the form out),
though this is what my client wants.
What I did when the user click on No option, the form just reads it as No
and there is an Optional Section below which the user must click again to
fill in a few more text boxs. This is fine for now.
So in regards with the Yes option, should I have an onAfterChange script for
Option button control? or some sort of Data Validation or Rules. Hope
someone can point me in the right direction.
Thanks in advance!