Expand my Community achievements bar.

question on radio buttons

Avatar

Level 4

Good day everyone,

I was wondering if it is at all possible to use javascript to dynamically change the item list available in a radio button.

For example, if a user makes Choice A on first page, then the radio button on my second page will be modified via javascript to reflect that, and so on if they were to choose Choice B instead.

Is this doable at all?

Thank you very much

1 Reply

Avatar

Level 7

What do you mean by change the list items available?

Are you wanting a radio button that sits on the master page and thus shows up on each page of a document?

Or are you wanting a radio button that will change the list of available choices on subsequent pages. i.e., if I chose option 1 on the first page, I'm presented with the same set of options minus option 1 on a second page?