Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Subform Initial Occurence resets when occurence is zero

Avatar

Level 7

I have a subform whose initial count is one. I can add more, save and they reappear as expected. However, if the form filler decides to remove all the subforms, when the form is reopened, the subform instance reappears set to the initial count. I want to allow the user to remove all the subform instances if they don't have applicable data, and for the choice to be remembered. How do I do this?

2 Replies

Avatar

Level 3

So the user is saving their own copy of the form after they've removed all subforms, then reopening their copy and using it as a new form? Or just making edits to what they've already filled out?

I'm not sure if it's possilbe, but my though would be to have an additional button to 'remove all future instances' (or whatever you want to call it), and have a click event scripted to change the initial count of that subform to 0. I'm no good at scripting, so no idea how you'd write that.

Avatar

Level 10

Hi,

I've never noticed this behaviour before but then have always had a yes/no choice wrapping around the repeat.  I guess you could have a hidden field with the count and use that to set the instances when initialising the form?

Bruce