Hi Everybody
I am designing a web form where i want to display different subforms depending upon the option selection from the radio button field. The radio button field is on the same form on which i need to display the sub forms.
I have tried to find it here in the forum but i was unable. Only information i have got is that this can be accomplished using layers also but i don't have any idea.
Any suggetions are highly appreciated
Thanks in advance
Sandy
Subject: Displaying Subform on web depending upon radio button optiop
You can’t display a different subform without refreshing the document. If that is okay, just use the radiobutton to set a field which is used to determine a computed subform. Otherwise, you might want to use a frameset and load a different form in another frame. However, this way you will end up with two documents and it could be complicated to merge them into one if this is required.
Subject: RE: Displaying Subform on web depending upon radio button optiop
Thanx andrew for ur quick reply
i have tried the same using div tags and handling the onclick event of radio. in this case is it possible that all fields will be saved if user selects one option and then the second
Sandy