Expand my Community achievements bar.

odd subform behavior

Avatar

Level 4

Here is my heirarchy:

form

  topic

    detail

Where detail and topic are repeating subforms. I have detail set to a minimum of 3 instances.

Here is the weirdness:

The first instance of topic (topic1), detail renders 4 times instead of 3. In subsequent instances, it renders the correct 3.

AND

When instances of detail are added to subsequent instances of topic (topic2, topic3, etc), another instance of detail is also added to topic1.

I have attached my form. Thanks for your help.

1 Reply

Avatar

Level 4

I figured this out.

Somehow my code had been copied into the initialize event AND the click event. I removed it from the initialize event, and voila!