Replies: 1 comment 2 replies
-
Thanks for reporting. I will try out and use your snippet as one more example. btw. did you check if the form is rendered inside a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to create a form composed of one fixed set of fields followed by possibly multiple sets of nested sibling forms. The code I have tried is this:
The ValueEdFormCollection is the topmost form in which the fixed set of fields is provided through the ParmFormClass. The possibly repeated sibling forms are provided through the ListParmCollection which contains sibling forms defined by ListParmForm.
To delineate the sibling forms on the page I thought I could make each sibling form be a Fieldset so that it would appear inside a surrounding box. However, while the Fieldset legend is displayed above the fields in the Fieldset, there is no surrounding box. I cannot figure out whether there is an error in my code or whether sibling/nested collections cannot be displayed as Fieldsets.
I would appreciate any suggestions or leads, thank-you,
David
Beta Was this translation helpful? Give feedback.
All reactions