Option Button, Repeating Section, onAfterChange?

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!
 
N

nojyttap

If I understand your post you have a space where the user enters names, then
further down in the form if they choose "yes" you want that list to appear
for them to choose a name from.

On the list that you want to appear set the conditional formatting to hide
the control unless the option button value is equal to "1". (In the option
button properties make sure the "yes" button is equal to "1" when selected.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top