Skip to main content
Impressive_Coral6C13
Participant
June 14, 2017
Question

Using 2 radio buttons to display subforms

  • June 14, 2017
  • 1 reply
  • 364 views

I am working with a radio button called Amortization. When the user selects this radio button they must select the radio button Actual  and corresponding ACT_Actual sub form is displayed. But if the select Full-term and the radio button Actual, the corresponding sub form FT_Actual subform is displayed.

Can anyone help me with this.

Thanks in advance,

Yvette

This topic has been closed for replies.

1 reply

Bernd Alheit
Community Expert
Community Expert
June 14, 2017

Try the forum for LiveCycle Designer.

Impressive_Coral6C13
Participant
June 14, 2017

I need javascript written for:

I am working with a series of radio buttons:

1st radio button is called Amortization

2nd radio button is called Full Term

3rd radio button is called is Partial

When the user selects Amortization radio button they must select either radio
button 360 or Actual.

If the user selects FullTerm along with 360 the subform FullTerm_ThreeSixty
is displayed.

If the user selects FullTerm along with Actual, the subform FullTerm_Actual
is displayed.

Only “FullTerm” subforms should be visible based on their selection.

Can anyone help me with this?